summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-19selinux: avoid unnecessary avc cache stat hit countLinus Torvalds
2011-05-19selinux: de-crapify avc cache stat code generationLinus Torvalds
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-05-13Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris
2011-05-12SELinux: delete debugging printks from filename_trans rule processingEric Paris
2011-05-07security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu()Lai Jiangshan
2011-05-07security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris
2011-04-28SELinux: pass last path component in may_createEric Paris
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-25SELINUX: Make selinux cache VFS RCU walks safeEric Paris
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29selinux: Fix regression for XorgStephen Smalley
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-09Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git...James Morris
2011-03-08AppArmor: kill unused macros in lsm.cShan Wei
2011-03-08AppArmor: cleanup generated files correctlyMichal Hocko
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells
2011-03-08KEYS: Add an RCU payload dereference macroDavid Howells
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris
2011-03-05AppArmor: Cleanup make file to remove cruft and make it easier to readJohn Johansen
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy
2011-03-03SELinux: implement the new sb_remount LSM hookEric Paris
2011-03-03LSM: Pass -o remount options to the LSMEric Paris
2011-03-03SELinux: Compute SID for the newly created socketHarry Ciao
2011-03-03SELinux: Socket retains creator role and MLS attributeHarry Ciao
2011-03-03SELinux: Auto-generate security_is_socket_classHarry Ciao
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2011-03-03TOMOYO: Fix memory leak upon file open.Tetsuo Handa
2011-02-25Revert "selinux: simplify ioctl checking"Eric Paris
2011-02-25selinux: drop unused packet flow permissionsEric Paris
2011-02-25selinux: Fix packet forwarding checks on postroutingSteffen Klassert
2011-02-25selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert
2011-02-25selinux: Fix check for xfrm selinux context algorithmSteffen Klassert
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller
2011-02-11security: add cred argument to security_capable()Chris Wright