summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2012-04-04 19:01:42 (GMT)
committerEric Paris <eparis@redhat.com>2012-04-09 16:22:59 (GMT)
commit2e33405785d3eaec303c54b4a10afdebf3729da7 (patch)
treef4c0d114503796e9f958341393e336f76a7eb6dd /tools
parent154c50ca4eb9ae472f50b6a481213e21ead4457d (diff)
downloadlinux-fsl-qoriq-2e33405785d3eaec303c54b4a10afdebf3729da7.tar.xz
SELinux: delay initialization of audit data in selinux_inode_permission
We pay a rather large overhead initializing the common_audit_data. Since we only need this information if we actually emit an audit message there is little need to set it up in the hot path. This patch splits the functionality of avc_has_perm() into avc_has_perm_noaudit(), avc_audit_required() and slow_avc_audit(). But we take care of setting up to audit between required() and the actual audit call. Thus saving measurable time in a hot path. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions