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