diff --git a/[refs] b/[refs] index a36669c9eaa5..11c9ac578aae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db904aa8147440b750a35d58befed38155a1abb9 +refs/heads/master: 75a25637bf8a1b8fbed2368c0a3ec15c66a534f1 diff --git a/trunk/security/smack/smack_lsm.c b/trunk/security/smack/smack_lsm.c index 92cb71507f5b..5ab3f39442f2 100644 --- a/trunk/security/smack/smack_lsm.c +++ b/trunk/security/smack/smack_lsm.c @@ -1218,7 +1218,7 @@ static int smack_file_mmap(struct file *file, * not available to a SMACK64MMAP subject * deny access. */ - if ((may | mmay) != may) { + if ((may | mmay) != mmay) { rc = -EACCES; break; }