summaryrefslogtreecommitdiff
path: root/security/selinux/avc.c
AgeCommit message (Expand)Author
2023-07-19selinux: update my email addressStephen Smalley
2023-07-18selinux: avoid implicit conversions in the AVC codeChristian Göttsche
2023-05-08selinux: drop return at end of void function avc_insert()Christian Göttsche
2023-05-08selinux: avc: drop unused function avc_disable()Christian Göttsche
2023-04-04selinux: stop returning node from avc_insert()Stephen Smalley
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley
2023-03-08selinux: uninline unlikely parts of avc_has_perm_noaudit()Paul Moore
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-04-04selinux: Remove redundant assignmentsMichal Orzel
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore
2021-06-11selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro
2021-06-11selinux: slow_avc_audit has become non-blockingAl Viro
2021-06-10selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim
2021-05-10selinux: Corrected comment to match kernel-doc commentSouptick Joarder
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek
2020-08-21selinux: add basic filtering for audit trace eventsPeter Enderborg
2020-08-21selinux: add tracepoint on audited eventsThiébaud Weksteen
2019-12-21selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav
2019-12-10selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore
2019-12-09selinux: fall back to ref-walk if audit is requiredStephen Smalley
2019-12-09selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11selinux: log raw contexts as untrusted stringsOndrej Mosnacek
2019-02-05selinux: fix avc audit messagesStephen Smalley
2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek
2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek
2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek
2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley
2019-01-10selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2018-06-19selinux: Cleanup printk logging in avcpeter enderborg
2018-03-20selinux: wrap AVC stateStephen Smalley
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore
2018-03-01selinux: wrap global selinux stateStephen Smalley
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-05selinux: remove AVC init audit log messageRichard Guy Briggs
2017-08-17selinux: update my email addressStephen Smalley
2017-08-08selinux: use GFP_NOWAIT in the AVC kmem_cachesMichal Hocko
2015-08-15Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2015-07-13selinux: Augment BUG_ON assertion for secclass_map.Stephen Smalley
2015-07-13selinux: extended permissions for ioctlsJeff Vander Stoep
2015-05-11security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()NeilBrown
2015-04-06selinux: remove unnecessary pointer reassignmentJeff Vander Stoep
2015-02-04selinux: Remove unused function avc_sidcmp()Rickard Strandqvist
2014-06-03selinux: Report permissive mode in avc: denied messages.Stephen Smalley
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-07-31selinux: tag avc cache alloc as non-criticalMel Gorman
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao