]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fanotify: Return EPERM when a process is not privileged
authorAndreas Gruenbacher <agruen@suse.de>
Tue, 24 Aug 2010 10:58:54 +0000 (12:58 +0200)
committerEric Paris <eparis@redhat.com>
Fri, 27 Aug 2010 23:59:42 +0000 (19:59 -0400)
commita2f13ad0ba5d94b9768c28469b45ca1e81a2b895
tree3c9bd63cb165bbb4427399b3e87deb74911cd97d
parent0fb85621df4f9f7c663c6c77c302e821a832c95e
fanotify: Return EPERM when a process is not privileged

The appropriate error code when privileged operations are denied is
EPERM, not EACCES.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Eric Paris <paris@paris.rdu.redhat.com>
fs/notify/fanotify/fanotify_user.c