linux/security
Al Viro c3c073f808 new helper: iterate_fd()
iterates through the opened files in given descriptor table,
calling a supplied function; we stop once non-zero is returned.
Callback gets struct file *, descriptor number and const void *
argument passed to iterator.  It is called with files->file_lock
held, so it is not allowed to block.

tty_io, netprio_cgroup and selinux flush_unauthorized_files()
converted to its use.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-09-26 21:09:59 -04:00
..
2012-09-26 21:09:59 -04:00
2012-07-30 15:04:17 +10:00
2012-01-10 10:20:35 -05:00
2012-02-10 09:18:52 +11:00
2012-07-03 21:41:03 +10:00