summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-4/+4
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-04-2615-71/+163
| |\
| * | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-4/+4
* | | selinux: avoid unnecessary avc cache stat hit countLinus Torvalds2011-05-193-9/+11
* | | selinux: de-crapify avc cache stat code generationLinus Torvalds2011-05-191-5/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-192-31/+3
|\ \ \
| * | | security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu()Lai Jiangshan2011-05-071-17/+1
| * | | security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan2011-05-071-14/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-131-4/+0
|\ \ \
| * | | SELinux: delete debugging printks from filename_trans rule processingEric Paris2011-05-121-4/+0
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-042-4/+5
|\| | | | |/ / |/| |
| * | 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: Make selinux cache VFS RCU walks safeEric Paris2011-04-253-25/+55
* | | SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-224-7/+13
* | | Fix common misspellingsLucas De Marchi2011-03-318-13/+13
* | | selinux: Fix regression for XorgStephen Smalley2011-03-291-1/+1
* | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* | | userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-231-8/+32
* | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-234-20/+52
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-166-13/+15
|\ \
| * | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-123-5/+5
| * | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-2/+1
| * | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-2/+4
| * | xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller2011-02-224-4/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-1633-578/+1243
|\ \ \
| * \ \ Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git...James Morris2011-03-092-7/+33
| |\ \ \ | | |_|/ | |/| |
| | * | AppArmor: kill unused macros in lsm.cShan Wei2011-03-081-2/+0
| | * | AppArmor: cleanup generated files correctlyMichal Hocko2011-03-081-1/+1
| | * | AppArmor: Cleanup make file to remove cruft and make it easier to readJohn Johansen2011-03-051-5/+33
| * | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-0813-216/+434
| |\ \ \
| | * | | SELinux: implement the new sb_remount LSM hookEric Paris2011-03-031-0/+86
| | * | | LSM: Pass -o remount options to the LSMEric Paris2011-03-032-0/+11
| | * | | SELinux: Compute SID for the newly created socketHarry Ciao2011-03-031-6/+21
| | * | | SELinux: Socket retains creator role and MLS attributeHarry Ciao2011-03-033-7/+29
| | * | | SELinux: Auto-generate security_is_socket_classHarry Ciao2011-03-031-0/+4
| | * | | Revert "selinux: simplify ioctl checking"Eric Paris2011-02-251-8/+42
| | * | | selinux: drop unused packet flow permissionsEric Paris2011-02-251-2/+1
| | * | | selinux: Fix packet forwarding checks on postroutingSteffen Klassert2011-02-251-18/+5
| | * | | selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert2011-02-251-18/+6
| | * | | selinux: Fix check for xfrm selinux context algorithmSteffen Klassert2011-02-251-1/+1
| | * | | security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-012-11/+0
| | * | | security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-011-102/+18
| | * | | SELinux: Use dentry name in new object labelingEric Paris2011-02-016-37/+197
| | * | | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-014-6/+13
| * | | | KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-083-7/+150
| * | | | KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-086-13/+56
| * | | | KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-081-0/+8
| * | | | KEYS: Add an RCU payload dereference macroDavid Howells2011-03-083-6/+3
| * | | | Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2011-03-0824-671/+930
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|