diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/hooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 94c45a1531a4..ec43760a8a03 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3180,6 +3180,7 @@ static int selinux_file_fcntl(struct file *file, unsigned int cmd, | |||
3180 | case F_GETFL: | 3180 | case F_GETFL: |
3181 | case F_GETOWN: | 3181 | case F_GETOWN: |
3182 | case F_GETSIG: | 3182 | case F_GETSIG: |
3183 | case F_GETOWNER_UIDS: | ||
3183 | /* Just check FD__USE permission */ | 3184 | /* Just check FD__USE permission */ |
3184 | err = file_has_perm(cred, file, 0); | 3185 | err = file_has_perm(cred, file, 0); |
3185 | break; | 3186 | break; |