summaryrefslogtreecommitdiffstats
path: root/security/selinux/avc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* selinux: log raw contexts as untrusted stringsOndrej Mosnacek2019-06-121-2/+8
* selinux: fix avc audit messagesStephen Smalley2019-02-051-3/+3
* selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek2019-01-291-2/+4
* selinux: log invalid contexts in AVCsOndrej Mosnacek2019-01-251-0/+15
* selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek2019-01-251-2/+3
* selinux: inline some AVC functions used only onceOndrej Mosnacek2019-01-251-82/+58Star
* selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-111-22/+2Star
* selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-111-2/+21
* selinux: Cleanup printk logging in avcpeter enderborg2018-06-191-1/+1
* selinux: wrap AVC stateStephen Smalley2018-03-201-122/+162
* selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-021-1/+1
* selinux: wrap global selinux stateStephen Smalley2018-03-021-6/+10
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-9/+7Star
|\
| * selinux: update my email addressStephen Smalley2017-08-171-1/+1
| * selinux: use GFP_NOWAIT in the AVC kmem_cachesMichal Hocko2017-08-081-8/+6Star
* | selinux: remove AVC init audit log messageRichard Guy Briggs2017-09-051-2/+0Star
|/
* Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2015-08-151-16/+402
|\
| * selinux: Augment BUG_ON assertion for secclass_map.Stephen Smalley2015-07-131-1/+2
| * selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-131-15/+400
* | security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()NeilBrown2015-05-111-1/+17
|/
* selinux: remove unnecessary pointer reassignmentJeff Vander Stoep2015-04-071-4/+2Star
* selinux: Remove unused function avc_sidcmp()Rickard Strandqvist2015-02-041-5/+0Star
* selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-06-031-1/+6
* selinux: remove 'flags' parameter from avc_audit()Linus Torvalds2013-10-041-1/+1
* selinux: avc_has_perm_flags has no more usersLinus Torvalds2013-10-041-6/+3Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-13/+6Star
* selinux: tag avc cache alloc as non-criticalMel Gorman2012-08-011-1/+1
* SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-091-26/+6Star
* SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackWanlong Gao2012-04-091-2/+2
* SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris2012-04-091-16/+15Star
* LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-1/+1
* LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-1/+1
* SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris2012-04-091-62/+1Star
* lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds2012-04-031-3/+1Star
* SELinux: do not allocate stack space for AVC data unless neededEric Paris2012-04-031-12/+15
* SELinux: remove avd from slow_avc_audit()Eric Paris2012-04-031-2/+2
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-16/+18
* selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds2012-03-311-2/+2
* selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds2012-03-311-14/+38
* security: optimize avc_audit() common pathLinus Torvalds2012-03-231-29/+41
* selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro2011-07-201-1/+1
* selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-271-10/+2Star
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-241-1/+1
|\
| * LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris2011-04-261-1/+1
| * SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-251-7/+29
* | selinux: avoid unnecessary avc cache stat hit countLinus Torvalds2011-05-201-5/+4Star
* | selinux: de-crapify avc cache stat code generationLinus Torvalds2011-05-201-5/+1Star
* | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-261-7/+29
|/
* SELinux: special dontaudit for access checksEric Paris2010-08-021-2/+22