Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210100
b: refs/heads/master
c: a2f13ad
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Eric Paris committed Aug 27, 2010
1 parent c52481f commit 704898b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0fb85621df4f9f7c663c6c77c302e821a832c95e
refs/heads/master: a2f13ad0ba5d94b9768c28469b45ca1e81a2b895
2 changes: 1 addition & 1 deletion trunk/fs/notify/fanotify/fanotify_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags)
__func__, flags, event_f_flags);

if (!capable(CAP_SYS_ADMIN))
return -EACCES;
return -EPERM;

if (flags & ~FAN_ALL_INIT_FLAGS)
return -EINVAL;
Expand Down

0 comments on commit 704898b

Please sign in to comment.