index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
avc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selinux: fix avc audit messages
Stephen Smalley
2019-02-05
1
-3
/
+3
*
selinux: replace BUG_ONs with WARN_ONs in avc.c
Ondrej Mosnacek
2019-01-28
1
-2
/
+4
*
selinux: log invalid contexts in AVCs
Ondrej Mosnacek
2019-01-25
1
-0
/
+15
*
selinux: replace some BUG_ON()s with a WARN_ON()
Ondrej Mosnacek
2019-01-25
1
-2
/
+3
*
selinux: inline some AVC functions used only once
Ondrej Mosnacek
2019-01-25
1
-82
/
+58
*
selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link
Stephen Smalley
2019-01-10
1
-22
/
+2
*
selinux: avoid silent denials in permissive mode under RCU walk
Stephen Smalley
2019-01-10
1
-2
/
+21
*
selinux: Cleanup printk logging in avc
peter enderborg
2018-06-19
1
-1
/
+1
*
selinux: wrap AVC state
Stephen Smalley
2018-03-20
1
-122
/
+162
*
selinux: rename the {is,set}_enforcing() functions
Paul Moore
2018-03-02
1
-1
/
+1
*
selinux: wrap global selinux state
Stephen Smalley
2018-03-01
1
-6
/
+10
*
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-12
1
-9
/
+7
|
\
|
*
selinux: update my email address
Stephen Smalley
2017-08-17
1
-1
/
+1
|
*
selinux: use GFP_NOWAIT in the AVC kmem_caches
Michal Hocko
2017-08-08
1
-8
/
+6
*
|
selinux: remove AVC init audit log message
Richard Guy Briggs
2017-09-05
1
-2
/
+0
|
/
*
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
2015-08-15
1
-16
/
+402
|
\
|
*
selinux: Augment BUG_ON assertion for secclass_map.
Stephen Smalley
2015-07-13
1
-1
/
+2
|
*
selinux: extended permissions for ioctls
Jeff Vander Stoep
2015-07-13
1
-15
/
+400
*
|
security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()
NeilBrown
2015-05-11
1
-1
/
+17
|
/
*
selinux: remove unnecessary pointer reassignment
Jeff Vander Stoep
2015-04-06
1
-4
/
+2
*
selinux: Remove unused function avc_sidcmp()
Rickard Strandqvist
2015-02-04
1
-5
/
+0
*
selinux: Report permissive mode in avc: denied messages.
Stephen Smalley
2014-06-03
1
-1
/
+6
*
selinux: remove 'flags' parameter from avc_audit()
Linus Torvalds
2013-10-04
1
-1
/
+1
*
selinux: avc_has_perm_flags has no more users
Linus Torvalds
2013-10-04
1
-6
/
+3
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-13
/
+6
*
selinux: tag avc cache alloc as non-critical
Mel Gorman
2012-07-31
1
-1
/
+1
*
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
2012-04-09
1
-26
/
+6
*
SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback
Wanlong Gao
2012-04-09
1
-2
/
+2
*
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
2012-04-09
1
-16
/
+15
*
LSM: do not initialize common_audit_data to 0
Eric Paris
2012-04-09
1
-1
/
+1
*
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
2012-04-09
1
-1
/
+1
*
SELinux: delay initialization of audit data in selinux_inode_permission
Eric Paris
2012-04-09
1
-62
/
+1
*
lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...
Linus Torvalds
2012-04-03
1
-3
/
+1
*
SELinux: do not allocate stack space for AVC data unless needed
Eric Paris
2012-04-03
1
-12
/
+15
*
SELinux: remove avd from slow_avc_audit()
Eric Paris
2012-04-03
1
-2
/
+2
*
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
2012-04-03
1
-16
/
+18
*
selinux: inline avc_audit() and avc_has_perm_noaudit() into caller
Linus Torvalds
2012-03-31
1
-2
/
+2
*
selinux: don't inline slow-path code into avc_has_perm_noaudit()
Linus Torvalds
2012-03-31
1
-14
/
+38
*
security: optimize avc_audit() common path
Linus Torvalds
2012-03-22
1
-29
/
+41
*
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
Al Viro
2011-07-20
1
-1
/
+1
*
selinux: don't pass in NULL avd to avc_has_perm_noaudit
Linus Torvalds
2011-05-26
1
-10
/
+2
*
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...
James Morris
2011-05-24
1
-1
/
+1
|
\
|
*
LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE
Eric Paris
2011-04-25
1
-1
/
+1
|
*
SELINUX: Make selinux cache VFS RCU walks safe
Eric Paris
2011-04-25
1
-7
/
+29
*
|
selinux: avoid unnecessary avc cache stat hit count
Linus Torvalds
2011-05-19
1
-5
/
+4
*
|
selinux: de-crapify avc cache stat code generation
Linus Torvalds
2011-05-19
1
-5
/
+1
*
|
SELINUX: Make selinux cache VFS RCU walks safe
Eric Paris
2011-04-25
1
-7
/
+29
|
/
*
SELinux: special dontaudit for access checks
Eric Paris
2010-08-02
1
-2
/
+22
*
selinux: remove all rcu head initializations
Paul E. McKenney
2010-08-02
1
-1
/
+0
*
LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE
Eric Paris
2010-04-28
1
-2
/
+1
[next]