summaryrefslogtreecommitdiff
path: root/security/selinux/avc.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: stop returning node from avc_insert()Stephen Smalley2023-04-041-13/+11
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-111/+86
* selinux: uninline unlikely parts of avc_has_perm_noaudit()Paul Moore2023-03-081-28/+57
* selinux: declare data arrays constChristian Göttsche2022-05-031-1/+1
* selinux: Remove redundant assignmentsMichal Orzel2022-04-041-2/+2
* selinux: fix all of the W=1 build warningsPaul Moore2021-10-131-1/+12
* selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro2021-06-111-19/+1
* selinux: slow_avc_audit has become non-blockingAl Viro2021-06-111-20/+8
* selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim2021-06-101-6/+7
* selinux: Corrected comment to match kernel-doc commentSouptick Joarder2021-05-101-1/+1
* selinux: mark some global variables __ro_after_initOndrej Mosnacek2021-01-121-5/+5
* selinux: add basic filtering for audit trace eventsPeter Enderborg2020-08-211-13/+15
* selinux: add tracepoint on audited eventsThiébaud Weksteen2020-08-211-0/+5
* selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav2019-12-211-1/+1
* selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore2019-12-101-27/+24
* selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-091-19/+5
* selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-091-2/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* selinux: log raw contexts as untrusted stringsOndrej Mosnacek2019-06-111-2/+8
* selinux: fix avc audit messagesStephen Smalley2019-02-051-3/+3
* selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek2019-01-281-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/+58
* selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-101-22/+2
* selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-101-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-011-6/+10
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-9/+7
|\
| * selinux: update my email addressStephen Smalley2017-08-171-1/+1
| * selinux: use GFP_NOWAIT in the AVC kmem_cachesMichal Hocko2017-08-081-8/+6
* | selinux: remove AVC init audit log messageRichard Guy Briggs2017-09-051-2/+0
|/
* 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-061-4/+2
* selinux: Remove unused function avc_sidcmp()Rickard Strandqvist2015-02-041-5/+0
* 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/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-13/+6
* selinux: tag avc cache alloc as non-criticalMel Gorman2012-07-311-1/+1
* SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-091-26/+6
* 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/+15
* 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