commit | 5298d0b9b98089f5af406f7e05a41a53f9a15c11 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Fri Nov 22 16:16:56 2019 -0500 |
committer | Paul Moore <paul@paul-moore.com> | Mon Dec 09 18:47:27 2019 -0500 |
tree | a660f0ec35c8f544da3ccfe79ac8a44024832fbb | |
parent | 0188d5c025ca8fe756ba3193bd7d150139af5a88 [diff] |
selinux: clean up selinux_inode_permission MAY_NOT_BLOCK tests Through a somewhat convoluted series of changes, we have ended up with multiple unnecessary occurrences of (flags & MAY_NOT_BLOCK) tests in selinux_inode_permission(). Clean it up and simplify. No functional change. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>