]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - security/selinux/hooks.c
Merge commit 'v3.15' into next
[mirror_ubuntu-hirsute-kernel.git] / security / selinux / hooks.c
index d4cbf7d16f075e43b6675828903baee5d2088dde..83d06db34d0358df289f8337b37f200d800b6c41 100644 (file)
@@ -3320,6 +3320,9 @@ static int selinux_file_fcntl(struct file *file, unsigned int cmd,
        case F_GETLK:
        case F_SETLK:
        case F_SETLKW:
+       case F_OFD_GETLK:
+       case F_OFD_SETLK:
+       case F_OFD_SETLKW:
 #if BITS_PER_LONG == 32
        case F_GETLK64:
        case F_SETLK64: