aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/avc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds1-1/+1
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds1-6/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-13/+6
2012-07-31selinux: tag avc cache alloc as non-criticalMel Gorman1-1/+1
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao1-26/+6
2012-04-09SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackWanlong Gao1-2/+2
2012-04-09SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris1-16/+15
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris1-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris1-1/+1
2012-04-09SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris1-62/+1
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data'Linus Torvalds1-3/+1
2012-04-03SELinux: do not allocate stack space for AVC data unless neededEric Paris1-12/+15
2012-04-03SELinux: remove avd from slow_avc_audit()Eric Paris1-2/+2
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-16/+18
2012-03-31selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds1-2/+2
2012-03-31selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds1-14/+38
2012-03-22security: optimize avc_audit() common pathLinus Torvalds1-29/+41
2011-07-20selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro1-1/+1
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds1-10/+2
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-1/+1
2011-05-19selinux: avoid unnecessary avc cache stat hit countLinus Torvalds1-5/+4
2011-05-19selinux: de-crapify avc cache stat code generationLinus Torvalds1-5/+1
2011-04-25SELINUX: Make selinux cache VFS RCU walks safeEric Paris1-7/+29
2011-04-25LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris1-1/+1
2011-04-25SELINUX: Make selinux cache VFS RCU walks safeEric Paris1-7/+29
2010-08-02SELinux: special dontaudit for access checksEric Paris1-2/+22
2010-08-02selinux: remove all rcu head initializationsPaul E. McKenney1-1/+0
2010-04-28LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris1-2/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-02-05fix comment typos in avc.cJustin P. Mattock1-3/+3
2010-02-03selinux: Only audit permissions specified in policyStephen Smalley1-10/+7
2010-01-18selinux: change the handling of unknown classesStephen Smalley1-4/+1
2009-11-24SELinux: print denials for buggy kernel with unknown permsEric Paris1-1/+1
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley1-68/+8
2009-09-23SELinux: do not destroy the avc_cache_nodepEric Paris1-4/+15
2009-09-14SELinux: flush the avc before disabling SELinuxEric Paris1-0/+2
2009-09-14SELinux: seperate avc_cache flushingEric Paris1-7/+17
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-156/+41
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris1-48/+170
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-170/+48
2009-06-25selinux: clean up avc node cache when disabling selinuxThomas Liu1-0/+6
2009-06-19Merge branch 'master' into nextJames Morris1-1/+1
2009-06-19Add audit messages on type boundary violationsKaiGai Kohei1-1/+1
2009-04-02Permissive domain in userspace object managerKaiGai Kohei1-1/+1
2009-02-14SELinux: convert the avc cache hash list to an hlistEric Paris1-20/+27
2009-02-14SELinux: code readability with avc_cacheEric Paris1-19/+44
2009-02-14SELinux: remove unused av.decided fieldEric Paris1-10/+5
2009-02-14SELinux: more careful use of avd in avc_has_perm_noauditEric Paris1-19/+24
2009-02-14SELinux: remove the unused ae.usedEric Paris1-21/+7
2009-02-14SELinux: check seqno when updating an avc_nodeEric Paris1-3/+6