aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: update netlink socket classesStephen Smalley2019-07-062-10/+32
* selinux: Remove unused permission definitionsStephen Smalley2019-07-061-14/+8
* lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore2019-07-063-111/+95
* xattr: Constify ->name member of "struct xattr".Tetsuo Handa2019-07-061-11/+6
* SELinux: remove crazy contortions around procEric Paris2019-07-061-1/+1
* selinux: remove 'flags' parameter from avc_audit()Linus Torvalds2019-07-063-4/+4
* selinux: remove 'flags' parameter from inode_has_permLinus Torvalds2019-07-061-7/+6
* SELinux: Institute file_path_has_perm()David Howells2019-07-061-6/+18
* selinux: fix problems in netnode when BUG() is compiled outPaul Moore2019-07-061-0/+2
* selinux: ensure that the cached NetLabel secattr matches the desired SIDPaul Moore2019-07-061-1/+30
* selinux: avc_has_perm_flags has no more usersLinus Torvalds2019-07-062-17/+6
* selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm()Richard Guy Briggs2019-07-061-3/+4
* selinux: enable genfs labeling on tracefsJeff Vander Stoep2019-07-061-0/+1
* selinux: check for address length in selinux_socket_bind()Alexander Potapenko2019-07-061-0/+8
* security: Used macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2019-07-061-1/+2
* selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs2019-07-061-8/+4
* SELinux: security_load_policy: Silence frame-larger-than warningTim Gardner2019-07-061-22/+32
* selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore2019-07-061-10/+8
* selinux: skip bounded transition processing if the policy isn't loadedPaul Moore2019-07-061-0/+3
* selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2019-05-021-1/+1
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-301-1/+0
* GCC: Fix up for gcc 5+mydongistiny2018-11-291-0/+1
* selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2017-05-241-0/+3
* selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2017-05-241-0/+2
* selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2017-05-241-9/+31
* selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2017-05-241-1/+1
* selinux: simple cleanup for cond_read_node()Namhyung Kim2017-05-241-7/+2
* selinux: normalize audit log formattingRichard Guy Briggs2017-05-241-6/+8
* selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs2017-05-241-4/+3
* selinux: Remove unused function avc_sidcmp()Rickard Strandqvist2017-05-241-5/+0
* selinux: quiet the filesystem labeling behavior messagePaul Moore2017-05-241-4/+0
* SELinux: do all flags twiddling in one placeEric Paris2017-05-241-7/+5
* selinux: add force_audit sysfs node to enable logging of dontauditimoseyon2017-05-242-0/+7
* selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore2017-05-243-6/+4
* BACKPORT: selinux: restrict kernel module loadingJeff Vander Stoep2017-04-252-1/+34
* BACKPORT: UPSTREAM: selinux: fix off-by-one in setprocattrStephen Smalley2017-04-161-1/+1
* Revert "security/selinux: force permissive"fire8552016-11-171-2/+0
* security/selinux: force permissiveDespairFactor2016-11-071-0/+2
* selinux: enable genfscon labeling for sysfs and pstore filesStephen Smalley2016-09-101-1/+3
* selinux: enable per-file labeling for debugfs files.Stephen Smalley2016-09-102-22/+22
* selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tablesLorenzo Colitti2016-09-101-3/+4
* selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2016-09-101-0/+2
* selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel2016-09-101-0/+2
* selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel2016-09-101-0/+1
* UPSTREAM: selinux: fix bug in conditional rules handlingStephen Smalley2016-09-101-2/+2
* selinux: Android kernel compatibility with M userspaceJeff Vander Stoep2016-09-101-8/+61