commit | cb4fbe5703be51f8a2dff4052b1901941ab99e12 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 04 12:57:22 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 04 14:13:14 2013 -0700 |
tree | 9792a22b1988a3b0633520923293177cf81af2ab | |
parent | 19e49834d22c2271ed1f4a03aaa4b74986447fb4 [diff] |
selinux: avc_has_perm_flags has no more users .. so get rid of it. The only indirect users were all the avc_has_perm() callers which just expanded to have a zero flags argument. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>