commit | 83d4a806ae46397f606de7376b831524bd3a21e5 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Thu Feb 26 13:54:17 2015 -0800 |
committer | Paul Moore <pmoore@redhat.com> | Mon Apr 06 20:04:54 2015 -0400 |
tree | 952b111e4f79483efc35ffa4ebeaec412f001ebf | |
parent | 4f9a60f5c7e74f3e413a1ede1e8b959d01df4e57 [diff] |
selinux: remove unnecessary pointer reassignment Commit f01e1af445fa ("selinux: don't pass in NULL avd to avc_has_perm_noaudit") made this pointer reassignment unnecessary. Avd should continue to reference the stack-based copy. Signed-off-by: Jeff Vander Stoep <jeffv@google.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> [PM: tweaked subject line] Signed-off-by: Paul Moore <pmoore@redhat.com>