aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2011-09-14TOMOYO: Avoid race when retrying "file execute" permission check.Gravatar Tetsuo Handa 1-34/+22
2011-09-14TOMOYO: Allow domain transition without execve().Gravatar Tetsuo Handa 4-28/+210
2011-09-14TOMOYO: Allow controlling generation of access granted logs for per an entry ...Gravatar Tetsuo Handa 5-1/+38
2011-09-14TOMOYO: Add socket operation restriction support.Gravatar Tetsuo Handa 10-17/+1215
2011-09-14TOMOYO: Add environment variable name restriction support.Gravatar Tetsuo Handa 7-10/+266
2011-09-09security: sparse fix: Move security_fixup_op to security.hGravatar James Morris 1-3/+0
2011-09-09selinux: sparse fix: fix several warnings in the security server codeGravatar James Morris 5-7/+9
2011-09-09selinux: sparse fix: include selinux.h in exports.cGravatar James Morris 1-0/+1
2011-09-09selinux: sparse fix: fix warnings in netlink codeGravatar James Morris 6-5/+6
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsGravatar James Morris 3-6/+4
2011-09-09ima: sparse fix: include linux/ima.h in ima_main.cGravatar James Morris 1-0/+1
2011-09-09ima: sparse fix: make ima_open_policy staticGravatar James Morris 1-1/+1
2011-09-09apparmor: sparse fix: include procattr.h in procattr.cGravatar James Morris 1-0/+1
2011-09-09apparmor: sparse fix: rename shadowed variables in policy_unpack.cGravatar James Morris 1-6/+6
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cGravatar James Morris 1-0/+1
2011-09-09apparmor: sparse fix: include ipc.hGravatar James Morris 1-0/+1
2011-09-09selinux: sparse fix: declare selinux_disable() in security.hGravatar James Morris 2-1/+1
2011-09-09selinux: sparse fix: move selinux_complete_initGravatar James Morris 2-1/+1
2011-09-09selinux: sparse fix: make selinux_secmark_refcount staticGravatar James Morris 1-1/+1
2011-09-09apparmor: sparse fix: make aa_create_aafs staticGravatar James Morris 1-1/+1
2011-09-09integrity: sparse fix: move iint_initialized to integrity.hGravatar James Morris 2-1/+3
2011-09-09TOMOYO: Fix incorrect enforce mode.Gravatar Tetsuo Handa 1-1/+2
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedGravatar David Howells 3-208/+258
2011-08-23KEYS: The dead key link reaper should be non-reentrantGravatar David Howells 1-3/+3
2011-08-23KEYS: Make the key reaper non-reentrantGravatar David Howells 1-1/+1
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileGravatar David Howells 3-76/+85
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsGravatar David Howells 1-2/+1
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setGravatar David Howells 1-2/+12
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itGravatar David Howells 1-1/+1
2011-08-18evm: add Kconfig TCG_TPM dependencyGravatar Mimi Zohar 1-1/+1
2011-08-17tomoyo: remove tomoyo_gc_thread()->daemonize()Gravatar Oleg Nesterov 1-1/+1
2011-08-16capabilities: initialize has_capGravatar Serge Hallyn 1-1/+1
2011-08-12capabilities: do not grant full privs for setuid w/ file caps + no effective ...Gravatar Zhi Li 1-6/+10
2011-08-11evm: fix evm_inode_init_security return codeGravatar Mimi Zohar 1-1/+1
2011-08-09EVM: ensure trusted and encypted key symbols are available to EVMGravatar James Morris 1-1/+3
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 19-209/+1089
2011-08-08TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profileGravatar Tetsuo Handa 1-1/+4
2011-08-01doc: Update the email address for Paul Moore in various source filesGravatar Paul Moore 16-16/+16
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 24-2647/+5954
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 2-2/+2
2011-07-26ima: fmode_t misspelled as mode_t...Gravatar Al Viro 1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2011-07-24VFS : mount lock scalability for internal mountsGravatar Tim Chen 1-0/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-14/+9
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-45/+5
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 2-3/+3
2011-07-20security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Gravatar Lai Jiangshan 1-18/+2
2011-07-20security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Gravatar Lai Jiangshan 1-18/+2
2011-07-20security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Gravatar Lai Jiangshan 1-9/+1