index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
avc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-21
selinux: ensure we cleanup the internal AVC counters on error in avc_update()
Jaihind Yadav
1
-1
/
+1
2019-12-10
selinux: ensure we cleanup the internal AVC counters on error in avc_insert()
Paul Moore
1
-27
/
+24
2019-12-09
selinux: fall back to ref-walk if audit is required
Stephen Smalley
1
-19
/
+5
2019-12-09
selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"
Stephen Smalley
1
-2
/
+22
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-11
selinux: log raw contexts as untrusted strings
Ondrej Mosnacek
1
-2
/
+8
2019-02-05
selinux: fix avc audit messages
Stephen Smalley
1
-3
/
+3
2019-01-28
selinux: replace BUG_ONs with WARN_ONs in avc.c
Ondrej Mosnacek
1
-2
/
+4
2019-01-25
selinux: log invalid contexts in AVCs
Ondrej Mosnacek
1
-0
/
+15
2019-01-25
selinux: replace some BUG_ON()s with a WARN_ON()
Ondrej Mosnacek
1
-2
/
+3
2019-01-25
selinux: inline some AVC functions used only once
Ondrej Mosnacek
1
-82
/
+58
2019-01-10
selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link
Stephen Smalley
1
-22
/
+2
2019-01-10
selinux: avoid silent denials in permissive mode under RCU walk
Stephen Smalley
1
-2
/
+21
2018-06-19
selinux: Cleanup printk logging in avc
peter enderborg
1
-1
/
+1
2018-03-20
selinux: wrap AVC state
Stephen Smalley
1
-122
/
+162
2018-03-02
selinux: rename the {is,set}_enforcing() functions
Paul Moore
1
-1
/
+1
2018-03-01
selinux: wrap global selinux state
Stephen Smalley
1
-6
/
+10
2017-09-12
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-9
/
+7
2017-09-05
selinux: remove AVC init audit log message
Richard Guy Briggs
1
-2
/
+0
2017-08-17
selinux: update my email address
Stephen Smalley
1
-1
/
+1
2017-08-08
selinux: use GFP_NOWAIT in the AVC kmem_caches
Michal Hocko
1
-8
/
+6
2015-08-15
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
1
-16
/
+402
2015-07-13
selinux: Augment BUG_ON assertion for secclass_map.
Stephen Smalley
1
-1
/
+2
2015-07-13
selinux: extended permissions for ioctls
Jeff Vander Stoep
1
-15
/
+400
2015-05-11
security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()
NeilBrown
1
-1
/
+17
2015-04-06
selinux: remove unnecessary pointer reassignment
Jeff Vander Stoep
1
-4
/
+2
2015-02-04
selinux: Remove unused function avc_sidcmp()
Rickard Strandqvist
1
-5
/
+0
2014-06-03
selinux: Report permissive mode in avc: denied messages.
Stephen Smalley
1
-1
/
+6
2013-10-04
selinux: remove 'flags' parameter from avc_audit()
Linus Torvalds
1
-1
/
+1
2013-10-04
selinux: avc_has_perm_flags has no more users
Linus Torvalds
1
-6
/
+3
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-13
/
+6
2012-07-31
selinux: tag avc cache alloc as non-critical
Mel Gorman
1
-1
/
+1
2012-04-09
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
1
-26
/
+6
2012-04-09
SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback
Wanlong Gao
1
-2
/
+2
2012-04-09
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
1
-16
/
+15
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
1
-1
/
+1
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
1
-1
/
+1
2012-04-09
SELinux: delay initialization of audit data in selinux_inode_permission
Eric Paris
1
-62
/
+1
2012-04-03
lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...
Linus Torvalds
1
-3
/
+1
2012-04-03
SELinux: do not allocate stack space for AVC data unless needed
Eric Paris
1
-12
/
+15
2012-04-03
SELinux: remove avd from slow_avc_audit()
Eric Paris
1
-2
/
+2
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
1
-16
/
+18
2012-03-31
selinux: inline avc_audit() and avc_has_perm_noaudit() into caller
Linus Torvalds
1
-2
/
+2
2012-03-31
selinux: don't inline slow-path code into avc_has_perm_noaudit()
Linus Torvalds
1
-14
/
+38
2012-03-22
security: optimize avc_audit() common path
Linus Torvalds
1
-29
/
+41
2011-07-20
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
Al Viro
1
-1
/
+1
2011-05-26
selinux: don't pass in NULL avd to avc_has_perm_noaudit
Linus Torvalds
1
-10
/
+2
2011-05-24
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...
James Morris
1
-1
/
+1
2011-05-19
selinux: avoid unnecessary avc cache stat hit count
Linus Torvalds
1
-5
/
+4
2011-05-19
selinux: de-crapify avc cache stat code generation
Linus Torvalds
1
-5
/
+1
[next]