aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/avc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-21selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav1-1/+1
2019-12-10selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore1-27/+24
2019-12-09selinux: fall back to ref-walk if audit is requiredStephen Smalley1-19/+5
2019-12-09selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley1-2/+22
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-11selinux: log raw contexts as untrusted stringsOndrej Mosnacek1-2/+8
2019-02-05selinux: fix avc audit messagesStephen Smalley1-3/+3
2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek1-2/+4
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek1-0/+15
2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek1-2/+3
2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek1-82/+58
2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley1-22/+2
2019-01-10selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley1-2/+21
2018-06-19selinux: Cleanup printk logging in avcpeter enderborg1-1/+1
2018-03-20selinux: wrap AVC stateStephen Smalley1-122/+162
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore1-1/+1
2018-03-01selinux: wrap global selinux stateStephen Smalley1-6/+10
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-9/+7
2017-09-05selinux: remove AVC init audit log messageRichard Guy Briggs1-2/+0
2017-08-17selinux: update my email addressStephen Smalley1-1/+1
2017-08-08selinux: use GFP_NOWAIT in the AVC kmem_cachesMichal Hocko1-8/+6
2015-08-15Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-16/+402
2015-07-13selinux: Augment BUG_ON assertion for secclass_map.Stephen Smalley1-1/+2
2015-07-13selinux: extended permissions for ioctlsJeff Vander Stoep1-15/+400
2015-05-11security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()NeilBrown1-1/+17
2015-04-06selinux: remove unnecessary pointer reassignmentJeff Vander Stoep1-4/+2
2015-02-04selinux: Remove unused function avc_sidcmp()Rickard Strandqvist1-5/+0
2014-06-03selinux: Report permissive mode in avc: denied messages.Stephen Smalley1-1/+6
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