aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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-1115-100/+241
* Revert "selinux: fix merge conflicts"Ziyan2016-03-112-2/+4
* 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 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
* security: lsm_audit: add ioctl specific auditingJeff Vander Stoep2016-01-171-0/+15
* 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
* cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2016-01-081-3/+4
* 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
* SMC: Fix compiler warningsBryan Buckley2014-10-031-1/+1
* smc: remove duplicate flagsZiyann2014-10-031-3/+0
* Enable the ARM security extension when compiling some filesJason Simmons2014-10-011-0/+3
* SMC: Update UUID to match generic, common secure playback driverBryan Buckley2014-10-011-8/+8
* SMC: Unlock aes_hwa_ctx lock in case of bad dma_map_sgBryan Buckley2014-10-012-2/+5
* SMC: Update to AG01.06p4 releaseTrusted Logic2014-10-018-33/+72
* OMAP: SMC: Fix compile error if CONFIG_ION is not enabledGrygorii Strashko2014-10-011-0/+2
* SMC: Fix regression where AES1 clock would never be disabledTrusted Logic2014-10-011-0/+2
* SMC: Fix PA load error 0xffff3020Trusted Logic2014-10-017-24/+39
* SMC: Update to AG01.06 production releaseTrusted Logic2014-10-016-29/+204
* OMAP: SMC: Fix-up some whitespaceBryan Buckley2014-10-019-13/+10
* OMAP4: SMC: remove group id check within SMC driverBryan Buckley2014-10-011-9/+0
* OMAP: SMC: Update to AG01.06 releaseTrusted Logic2014-10-0127-1394/+2899
* Revert "OMAP4: SMC: remove group id check within SMC driver"Ziyann2014-10-011-0/+7
* OMAP4: SMC: Fix two compiler warnings in security/smc/tf_comm.cBryan Buckley2014-10-011-1/+4
* Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Todd Poynor2013-04-294-0/+109
|\
| * Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-04-294-0/+109
| |\
| | * Add permission checking for binder IPC.Stephen Smalley2013-04-294-0/+109