summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2011-04-10treewide: remove extra semicolonsJustin P. Mattock-4/+4
2011-04-07Initialize policydb.process_class eariler.Harry Ciao-5/+5
2011-04-07selinux: Fix regression for XorgStephen Smalley-1/+1
2011-04-04capabilities: do not special case exec of initEric Paris-9/+4
2011-04-01selinux: add type_transition with name extension support for selinuxfsKohei Kaigai-12/+25
2011-03-31Fix common misspellingsLucas De Marchi-13/+13
2011-03-31tomoyo: fix memory leak in tomoyo_commit_ok()Xiaochen Wang-0/+1
2011-03-30Merge branch 'next-queue' into nextJames Morris-25/+47
2011-03-29selinux: Fix regression for XorgStephen Smalley-1/+1
2011-03-28SELinux: Write class field in role_trans_write.Harry Ciao-2/+9
2011-03-28SELinux: Compute role in newcontext for all classesHarry Ciao-11/+9
2011-03-28SELinux: Add class support to the role_trans structureHarry Ciao-2/+18
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn-1/+1
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn-8/+32
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn-20/+52
2011-03-22security: select correct default LSM_MMAP_MIN_ADDR on ARM.Paul Gortmaker-0/+1
2011-03-17KEYS: Make request_key() and co. return an error for a negative keyDavid Howells-0/+6
2011-03-17KEYS: Improve /proc/keysDavid Howells-25/+40
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-13/+15
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-578/+1243
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller-5/+5
2011-03-09Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git...James Morris-7/+33
2011-03-08AppArmor: kill unused macros in lsm.cShan Wei-2/+0
2011-03-08AppArmor: cleanup generated files correctlyMichal Hocko-1/+1
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris-216/+434
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells-7/+150
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells-13/+56
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells-0/+8
2011-03-08KEYS: Add an RCU payload dereference macroDavid Howells-6/+3
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris-671/+930
2011-03-05AppArmor: Cleanup make file to remove cruft and make it easier to readJohn Johansen-5/+33
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy-2/+1
2011-03-03SELinux: implement the new sb_remount LSM hookEric Paris-0/+86
2011-03-03LSM: Pass -o remount options to the LSMEric Paris-0/+11
2011-03-03SELinux: Compute SID for the newly created socketHarry Ciao-6/+21
2011-03-03SELinux: Socket retains creator role and MLS attributeHarry Ciao-7/+29
2011-03-03SELinux: Auto-generate security_is_socket_classHarry Ciao-0/+4
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy-2/+4
2011-03-03TOMOYO: Fix memory leak upon file open.Tetsuo Handa-4/+1
2011-02-25Revert "selinux: simplify ioctl checking"Eric Paris-8/+42
2011-02-25selinux: drop unused packet flow permissionsEric Paris-2/+1
2011-02-25selinux: Fix packet forwarding checks on postroutingSteffen Klassert-18/+5
2011-02-25selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert-18/+6
2011-02-25selinux: Fix check for xfrm selinux context algorithmSteffen Klassert-1/+1
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar-15/+7
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller-4/+5
2011-02-11security: add cred argument to security_capable()Chris Wright-3/+2
2011-02-10IMA: remove IMA imbalance checkingMimi Zohar-104/+4
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar-19/+8