aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* consitify do_mount() argumentsAl Viro2016-04-031-2/+2
* selinux: enable genfscon labeling for sysfs and pstore filesStephen Smalley2016-03-111-1/+3
* selinux: enable per-file labeling for debugfs files.Stephen Smalley2016-03-112-22/+22
* selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2016-03-111-9/+27
* SELinux: ss: Fix policy write for ioctl operationsJeff Vander Stoep2016-03-111-0/+3
* SELinux: use deletion-safe iterator to free listJeff Vander Stoep2016-03-111-2/+4
* selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel2016-03-111-0/+1
* selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel2016-03-111-0/+1
* selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel2016-03-111-0/+1
* selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel2016-03-111-0/+2
* selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel2016-03-111-0/+1
* selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel2016-03-111-0/+1
* selinux: fix inode security list corruptionStephen Smalley2016-03-111-1/+1
* pstore: selinux: add security in-core xattr support for pstore and debugfsMark Salyzyn2016-03-111-9/+5
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2016-03-113-20/+107
* Revert "selinux: fix merge conflicts"Ziyan2016-03-112-2/+4
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-19/+0
* capabilities: remove the task from capable LSM hook entirelyEric Paris2016-03-111-13/+10
* selinux: fix merge conflictsZiyan2016-01-172-4/+2
* selinux: Report permissive mode in avc: denied messages.Stephen Smalley2016-01-171-2/+7
* SELinux: per-command whitelisting of ioctlsJeff Vander Stoep2016-01-1711-64/+812
* SELinux: Update policy version to support constraints infoRichard Haines2016-01-174-10/+101
* SELinux: add default_type statementsEric Paris2016-01-174-6/+33
* SELinux: allow default source/target selectors for user/role/rangeEric Paris2016-01-176-8/+109
* SELinux: remove avd from slow_avc_audit()Eric Paris2016-01-171-2/+2
* selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds2016-01-171-2/+2
* selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds2016-01-171-14/+38
* security: optimize avc_audit() common pathLinus Torvalds2016-01-171-29/+41
* Enable setting security contexts on rootfs inodes.Stephen Smalley2014-11-261-0/+7
* SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-11-202-3/+22
* Add permission checking for binder IPC.Stephen Smalley2013-04-292-0/+65
* selinux: use GFP_ATOMIC under spin_lockDan Carpenter2013-03-201-1/+1
* selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones2012-11-261-1/+2
* SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris2012-06-011-0/+1
* SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells2012-01-061-1/+3
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-06-152-1/+39
|\
| * SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li2011-06-141-0/+3
| * selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai2011-05-261-1/+36
| * Merge commit 'v2.6.39' into 20110526Eric Paris2011-05-265-16/+21
| |\
* | | selinux: simplify and clean up inode_has_perm()Linus Torvalds2011-06-081-10/+15
* | | selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-262-11/+4
* | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-248-156/+304
|\ \ \ | |/ /
| * | SELINUX: add /sys/fs/selinux mount point to put selinuxfsGreg Kroah-Hartman2011-05-111-1/+11
| * | SELinux: introduce path_has_permEric Paris2011-04-281-14/+30
| * | flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-281-3/+3
| * | SELinux: pass last path component in may_createEric Paris2011-04-281-1/+2
| * | SELinux: put name based create rules in a hashtableEric Paris2011-04-283-61/+135
| * | SELinux: generic hashtab entry counterEric Paris2011-04-281-2/+2
| * | SELinux: calculate and print hashtab stats with a generic functionEric Paris2011-04-281-19/+13
| * | SELinux: skip filename trans rules if ttype does not match parent dirEric Paris2011-04-283-0/+17