Blob Blame History Raw
#! stap -p2

probe procfs("foo1").umask(0000).read {
	$value = "100\n"
}