aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)Author
2010-05-17LSM: Add __init to fixup function.Tetsuo Handa
2010-04-12security: remove dead hook acctEric Paris
2010-04-12security: remove dead hook key_session_to_parentEric Paris
2010-04-12security: remove dead hook task_setgroupsEric Paris
2010-04-12security: remove dead hook task_setgidEric Paris
2010-04-12security: remove dead hook task_setuidEric Paris
2010-04-12security: remove dead hook cred_commitEric Paris
2010-04-12security: remove dead hook inode_deleteEric Paris
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris
2010-04-12security: remove dead hook sb_post_addmountEric Paris
2010-04-12security: remove dead hook sb_post_remountEric Paris
2010-04-12security: remove dead hook sb_umount_busyEric Paris
2010-04-12security: remove dead hook sb_umount_closeEric Paris
2010-04-12security: remove sb_check_sb hooksEric Paris
2010-03-09Merge branch 'next-queue' into nextJames Morris
2010-03-03Security: Add __init to register_security to disable load a security module o...wzt.wzt@gmail.com
2010-03-01Merge branch 'next' into for-linusJames Morris
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com
2010-02-07Take ima_file_free() to proper place.Al Viro
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook
2010-01-15security: correct error returns for get/set security with private inodesJames Morris
2009-12-08LSM: Rename security_path_ functions argument names.Tetsuo Handa
2009-11-10security: report the module name to security_module_requestEric Paris
2009-11-09Config option to set a default LSMJohn Johansen
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-01lsm: Add hooks to the TUN driverPaul Moore
2009-08-14security: introducing security_request_moduleEric Paris
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore
2009-01-07Merge branch 'next' into for-linusJames Morris
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris
2008-11-25CRED: fix sparse warningsHannes Eder
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-11-14CRED: Detach the credentials from task_structDavid Howells
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksDavid Howells
2008-11-14CRED: Neuter sys_capset()David Howells
2008-11-11Add a new capable interface that will be used by systems that use audit toEric Paris