aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells2016-10-281-1/+1
* KEYS: potential uninitialized variableDan Carpenter2016-10-121-1/+1
* KEYS: Fix race between read and revokeDavid Howells2016-10-121-9/+9
* KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells2016-10-123-2/+10
* KEYS: close race between key lookup and freeingSasha Levin2016-10-121-2/+2
* SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2016-03-111-0/+4
* consitify do_mount() argumentsAl Viro2016-03-117-13/+14
* 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: per-command whitelisting of ioctlsJeff Vander Stoep2016-03-1111-64/+812
* security: lsm_audit: add ioctl specific auditingJeff Vander Stoep2016-03-111-0/+15
* SELinux: Update policy version to support constraints infoRichard Haines2016-03-114-10/+101
* SELinux: add default_type statementsEric Paris2016-03-114-6/+33
* SELinux: allow default source/target selectors for user/role/rangeEric Paris2016-03-116-8/+109
* 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
* selinux: Report permissive mode in avc: denied messages.Stephen Smalley2016-03-111-2/+7
* Enable setting security contexts on rootfs inodes.Stephen Smalley2016-03-111-0/+7
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2016-03-1115-97/+238
* selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds2016-03-111-2/+2
* selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds2016-03-111-14/+38
* security: optimize avc_audit() common pathLinus Torvalds2016-03-111-29/+41
* AppArmor: Fix oops in policy unpack auditingJohn Johansen2016-03-111-2/+3
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-114-34/+0
* capabilities: remove the task from capable LSM hook entirelyEric Paris2016-03-114-30/+24
* SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2015-10-252-3/+22
* Add permission checking for binder IPC.Stephen Smalley2015-10-254-0/+109
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-256-7/+9
|\
| * Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-281-2/+2
| * key: Fix resource leakAlan Cox2013-03-281-2/+2
| * selinux: use GFP_ATOMIC under spin_lockDan Carpenter2013-03-201-1/+1
| * keys: fix race with concurrent install_user_keyrings()David Howells2013-03-141-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
| * security: fix compile error in commoncap.cJonghwan Choi2012-04-221-0/+1
| * fcaps: clear the same personality flags as suid when fcaps are usedEric Paris2012-04-221-0/+5
| * TOMOYO: Fix mount flags checking order.Tetsuo Handa2012-04-131-18/+20
* | Enable the ARM security extension when compiling some filesJason Simmons2012-10-121-0/+3
* | SMC: Update UUID to match generic, common secure playback driverBryan Buckley2012-08-241-8/+8
* | SMC: Unlock aes_hwa_ctx lock in case of bad dma_map_sgBryan Buckley2012-07-182-2/+5
* | Merge latest changes from google kernel/common.gitRoman Shaposhnikov2012-06-132-18/+26