aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 3-3/+3
2012-01-03switch ->create() to umode_tGravatar Al Viro 3-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 3-3/+3
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootGravatar Al Viro 1-1/+1
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Gravatar Al Viro 1-1/+0
2012-01-03tomoyo: stop including hell knows whatGravatar Al Viro 1-8/+0
2012-01-03security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setGravatar Jan Kara 1-1/+1
2011-12-21SELinux: Fix RCU deref check warning in sel_netport_insert()Gravatar David Howells 1-1/+3
2011-12-20evm: prevent racing during tfm allocationGravatar Dmitry Kasatkin 1-0/+9
2011-12-20evm: key must be set once during initializationGravatar Dmitry Kasatkin 1-4/+6
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Gravatar Tetsuo Handa 1-1/+9
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIGravatar Al Viro 2-29/+39
2011-11-18Merge branch 'encrypted-key-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar James Morris 3-4/+9
2011-11-18Merge branch 'for-1111' of git://gitorious.org/smack-next/kernel into for-linusGravatar James Morris 1-76/+39
2011-11-16encrypted-keys: module build fixesGravatar Mimi Zohar 2-3/+8
2011-11-16encrypted-keys: fix error return codeGravatar Mimi Zohar 1-1/+1
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeGravatar David Howells 1-1/+2
2011-11-11Smack: smackfs cipso seq read repairGravatar Casey Schaufler 1-76/+39
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+2
2011-11-02Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-0/+30
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxGravatar Linus Torvalds 1-1/+1
2011-11-02um: switch to use of drivers/KconfigGravatar Al Viro 1-1/+1
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 2-2/+2
2011-10-31Cross Memory AttachGravatar Christopher Yeoh 2-2/+2
2011-10-31selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 2-0/+2
2011-10-29TOMOYO: Fix interactive judgment functionality.Gravatar Tetsuo Handa 1-0/+30
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 72-1201/+4164
2011-10-22Merge branch 'master' of git://gitorious.org/smack-next/kernel into nextGravatar James Morris 3-24/+51
2011-10-22TOMOYO: Fix incomplete read after seek.Gravatar Tetsuo Handa 1-0/+1
2011-10-20Smack: allow to access /smack/access as normal userGravatar Jarkko Sakkinen 3-23/+50
2011-10-19TOMOYO: Fix unused kernel config option.Gravatar Tetsuo Handa 1-2/+4
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsGravatar Paul Moore 1-0/+1
2011-10-18Smack: fix: invalid length set for the result of /smack/accessGravatar Jarkko Sakkinen 1-1/+1
2011-10-14Smack: compilation fixGravatar Jarkko Sakkinen 1-0/+1
2011-10-12Smack: fix for /smack/access output, use string instead of byteGravatar Jarkko Sakkinen 1-2/+5
2011-10-12Smack: domain transition protections (v3)Gravatar Jarkko Sakkinen 1-11/+42
2011-10-12Smack: Provide information for UDS getsockopt(SO_PEERCRED)Gravatar Casey Schaufler 1-0/+9
2011-10-12Smack: Clean up commentsGravatar Casey Schaufler 3-12/+10
2011-10-12Smack: Repair processing of fcntlGravatar Casey Schaufler 1-25/+42
2011-10-12Smack: Rule list lookup performanceGravatar Casey Schaufler 4-121/+220
2011-10-12Smack: check permissions from user space (v2)Gravatar Jarkko Sakkinen 1-63/+117
2011-10-12TOMOYO: Fix quota and garbage collector.Gravatar Tetsuo Handa 2-0/+18
2011-10-12TOMOYO: Remove redundant tasklist_lock.Gravatar Tetsuo Handa 1-4/+0
2011-09-28TOMOYO: Fix domain transition failure warning.Gravatar Tetsuo Handa 1-1/+2
2011-09-27Merge branch 'next-hex2bin' of git://github.com/mzohar/linux-evm into nextGravatar James Morris 2-7/+26
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Gravatar Tetsuo Handa 3-27/+27
2011-09-26TOMOYO: Simplify garbage collector.Gravatar Tetsuo Handa 5-319/+186
2011-09-26TOMOYO: Fix make namespacecheck warnings.Gravatar Tetsuo Handa 5-7/+9
2011-09-20encrypted-keys: check hex2bin resultGravatar Mimi Zohar 1-3/+11
2011-09-20trusted-keys: check hex2bin resultGravatar Mimi Zohar 1-4/+15