summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-0225-136/+148
| |\ \ \ \
| | * | | | userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman2012-09-214-8/+10
| | * | | | userns: Add user namespace support to IMAEric W. Biederman2012-09-212-9/+10
| | * | | | userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman2012-09-211-2/+2
| | * | | | userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman2012-09-212-4/+4
| | * | | | userns: Convert tomoyo to use kuid and kgid where appropriateEric W. Biederman2012-09-214-20/+31
| | * | | | userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman2012-09-214-10/+12
| | * | | | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-138-83/+79
| * | | | | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-0/+9
| |\ \ \ \ \
| | * | | | | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+9
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-5/+5
| |\ \ \ \ \
| | * | | | | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-202-5/+5
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-011-2/+0
| |\ \ \ \ \
| | * | | | | task_work: Revert "hold task_lock around checks in keyctl"Oleg Nesterov2012-09-131-2/+0
| | | |/ / / | | |/| | |
* | / | | | keys: Fix unreachable codeAlan Cox2012-10-251-2/+0
|/ / / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | AppArmor: remove af_names.h from .gitignorePaul Bolle2012-09-011-1/+0
* | | | | xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel2012-09-181-0/+1
| |/ / / |/| | |
* | | | Yama: access task_struct->comm directlyKees Cook2012-08-171-8/+2
| |_|/ |/| |
* | | Yama: higher restrictions should block PTRACE_TRACEMEKees Cook2012-08-101-0/+41
| |/ |/|
* | selinux: tag avc cache alloc as non-criticalMel Gorman2012-07-311-1/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-0/+1
|\ \
| * | c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-0/+1
* | | selinux: fix selinux_inode_setxattr oopsAl Viro2012-07-301-5/+10
* | | smack: off by one errorAlan Cox2012-07-301-4/+4
|/ /
* / posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-242-10/+17
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-192-2/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-051-0/+1
| |\ \
| * | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-1/+5
| * | | selinux: netlink: Move away from NLMSG_PUT().David S. Miller2012-06-261-4/+7
| * | | netfilter: selinux: switch hook PFs to nfprotoAlban Crequy2012-06-071-5/+5
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-2317-87/+114
|\ \ \ \
| * | | | Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa2012-07-131-2/+3
| * | | | Smack: user access check boundsCasey Schaufler2012-07-131-14/+12
| * | | | Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler2012-07-134-26/+34
| * | | | Smack: fix smack_new_inode bogositiesCasey Schaufler2012-07-133-8/+2
| * | | | ima: audit is compiled only when enabledDmitry Kasatkin2012-07-054-5/+13
| * | | | ima: ima_initialized is set only if successfulDmitry Kasatkin2012-07-051-1/+2
| * | | | ima: add policy for pseudo fsDmitry Kasatkin2012-07-051-0/+2
| * | | | ima: remove unused cleanup functionsDmitry Kasatkin2012-07-023-20/+0
| * | | | ima: free securityfs violations fileDmitry Kasatkin2012-07-021-0/+1
| * | | | ima: use full pathnames in measurement listMimi Zohar2012-07-022-7/+39
| * | | | security: Fix nommu build.Paul Mundt2012-07-021-0/+1
| * | | | Merge commit 'v3.5-rc2' into nextJames Morris2012-06-1016-186/+173
| |\| | |
| * | | | KEYS: Fix some sparse warningsDavid Howells2012-05-254-4/+6
* | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-236-26/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-233-6/+5
| * | | | hold task_lock around checks in keyctlAl Viro2012-07-221-0/+2
| * | | | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-223-28/+12