aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Gravatar Christopher Yeoh 2-2/+2
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Gravatar Boaz Harrosh 1-10/+3
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningGravatar Andrew Morton 1-1/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-29/+41
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-8/+2
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 50-1102/+1857
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 29-335/+415
2012-05-18apparmor: fix long path failure due to disconnected pathGravatar John Johansen 1-0/+2
2012-05-18apparmor: fix profile lookup for unconfinedGravatar John Johansen 1-0/+4
2012-05-16ima: fix filename hint to reflect script interpreter nameGravatar Mimi Zohar 1-1/+3
2012-05-16Merge branch 'for-1205' of http://git.gitorious.org/smack-next/kernel into nextGravatar James Morris 4-539/+981
2012-05-16KEYS: Don't check for NULL key pointer in key_validate()Gravatar David Howells 1-24/+16
2012-05-14Smack: allow for significantly longer Smack labels v4Gravatar Casey Schaufler 4-526/+941
2012-05-14gfp flags for security_inode_alloc()?Gravatar Tetsuo Handa 1-4/+4
2012-05-14Smack: recursive tramsmuteGravatar Casey Schaufler 2-9/+36
2012-05-15Yama: replace capable() with ns_capable()Gravatar Kees Cook 1-2/+2
2012-05-15TOMOYO: Accept manager programs which do not start with / .Gravatar Tetsuo Handa 2-21/+6
2012-05-11KEYS: Add invalidation supportGravatar David Howells 8-28/+110
2012-05-11KEYS: Do LRU discard in full keyringsGravatar David Howells 2-7/+42
2012-05-11KEYS: Permit in-place link replacement in keyring listGravatar David Howells 2-40/+57
2012-05-11KEYS: Perform RCU synchronisation on keys prior to key destructionGravatar David Howells 1-29/+44
2012-05-11KEYS: Announce key type (un)registrationGravatar David Howells 1-0/+3
2012-05-11KEYS: Reorganise keys MakefileGravatar David Howells 1-3/+9
2012-05-11KEYS: Move the key config into security/keys/KconfigGravatar David Howells 2-67/+72
2012-05-08netfilter: remove ip_queue supportGravatar Pablo Neira Ayuso 1-13/+0
2012-05-04Merge tag 'v3.4-rc5' into nextGravatar James Morris 3-29/+54
2012-05-03userns: Convert capabilities related permsion checksGravatar Eric W. Biederman 1-15/+26
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesGravatar Eric W. Biederman 1-2/+1
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Gravatar Eric W. Biederman 1-1/+2
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Gravatar Eric W. Biederman 1-2/+3
2012-04-23Yama: remove an unused variableGravatar Dan Carpenter 1-1/+0
2012-04-19Yama: add additional ptrace scopesGravatar Kees Cook 1-11/+51
2012-04-19security: fix compile error in commoncap.cGravatar Jonghwan Choi 1-0/+1
2012-04-18fcaps: clear the same personality flags as suid when fcaps are usedGravatar Eric Paris 1-0/+5
2012-04-18Smack: move label list initializationGravatar Casey Schaufler 2-25/+33
2012-04-14Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVSGravatar John Johansen 1-4/+35
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsGravatar Andy Lutomirski 3-3/+18
2012-04-10Smack: build when CONFIG_AUDIT not definedGravatar Kees Cook 1-4/+15
2012-04-09SELinux: remove unused common_audit_data in flush_unauthorized_filesGravatar Eric Paris 1-4/+0
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackGravatar Wanlong Gao 6-47/+15
2012-04-09SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackGravatar Wanlong Gao 1-2/+2
2012-04-09SELinux: unify the selinux_audit_data and selinux_late_audit_dataGravatar Eric Paris 3-91/+16
2012-04-09SELinux: remove auditdeny from selinux_audit_dataGravatar Eric Paris 1-8/+1
2012-04-09LSM: do not initialize common_audit_data to 0Gravatar Eric Paris 11-44/+44
2012-04-09LSM: BUILD_BUG_ON if the common_audit_data union ever growsGravatar Eric Paris 1-0/+7
2012-04-09LSM: remove the task field from common_audit_dataGravatar Eric Paris 2-7/+2
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataGravatar Eric Paris 3-3/+11
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionGravatar Eric Paris 10-43/+43
2012-04-09SELinux: move common_audit_data to a noinline slow path functionGravatar Eric Paris 1-11/+21
2012-04-09SELinux: remove inode_has_perm_noadpGravatar Eric Paris 1-24/+4