aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Merge branch 'next' into for-linusGravatar James Morris 1-21/+28
2010-02-24Security: add static to security_ops and default_security_ops variableGravatar wzt.wzt@gmail.com 1-2/+9
2010-02-07Take ima_file_free() to proper place.Gravatar Al Viro 1-2/+0
2010-02-04syslog: distinguish between /proc/kmsg and syscallsGravatar Kees Cook 1-2/+2
2010-01-15security: correct error returns for get/set security with private inodesGravatar James Morris 1-2/+2
2009-12-08LSM: Rename security_path_ functions argument names.Gravatar Tetsuo Handa 1-15/+15
2009-11-10security: report the module name to security_module_requestGravatar Eric Paris 1-2/+2
2009-11-09Config option to set a default LSMGravatar John Johansen 1-3/+6
2009-10-25LSM: imbed ima calls in the security hooksGravatar Mimi Zohar 1-3/+25
2009-10-12LSM: Add security_path_chroot().Gravatar Tetsuo Handa 1-0/+5
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Gravatar Tetsuo Handa 1-0/+15
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...Gravatar David P. Quigley 1-0/+18
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+17
2009-09-01lsm: Add hooks to the TUN driverGravatar Paul Moore 1-0/+18
2009-08-14security: introducing security_request_moduleGravatar Eric Paris 1-0/+5
2009-06-25security: rename ptrace_may_access => ptrace_access_checkGravatar Ingo Molnar 1-2/+2
2009-06-04security: use mmap_min_addr indepedently of security modelsGravatar Christoph Lameter 1-3/+0
2009-04-03CacheFiles: Export things for CacheFilesGravatar David Howells 1-0/+2
2009-03-28lsm: Remove the socket_post_accept() hookGravatar Paul Moore 1-5/+0
2009-01-07Merge branch 'next' into for-linusGravatar James Morris 1-4/+22
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]Gravatar David Howells 1-4/+22
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...Gravatar James Morris 1-21/+4
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]Gravatar David Howells 1-4/+21
2008-12-31introduce new LSM hooks where vfsmount is available.Gravatar Kentaro Takeda 1-0/+66
2008-12-20security: pass mount flags to security_sb_kern_mount()Gravatar James Morris 1-2/+2
2008-11-25CRED: fix sparse warningsGravatar Hannes Eder 1-3/+3
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsGravatar David Howells 1-0/+10
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-18/+8
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-31/+27
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-2/+2
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 1-4/+4
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksGravatar David Howells 1-6/+6
2008-11-14CRED: Neuter sys_capset()Gravatar David Howells 1-10/+8
2008-11-11Add a new capable interface that will be used by systems that use audit toGravatar Eric Paris 1-1/+6
2008-10-30nfsd: fix vm overcommit crashGravatar Alan Cox 1-0/+9
2008-08-28Merge branch 'master' into nextGravatar James Morris 1-3/+7
2008-08-20security: add/fix security kernel-docGravatar Randy Dunlap 1-4/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-3/+7
2008-07-26[patch 3/4] fat: dont call notify_changeGravatar Miklos Szeredi 1-0/+1
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 1-2/+2
2008-07-14security: remove register_security hookGravatar James Morris 1-29/+0
2008-07-14security: remove dummy moduleGravatar Miklos Szeredi 1-10/+5
2008-07-14security: remove unused sb_get_mnt_opts hookGravatar Miklos Szeredi 1-6/+0
2008-07-14LSM/SELinux: show LSM mount options in /proc/mountsGravatar Eric Paris 1-0/+5
2008-07-14security: fix return of void-valued expressionsGravatar James Morris 1-3/+3
2008-07-14Security: split proc ptrace checking into read vs. attachGravatar Stephen Smalley 1-2/+3
2008-04-29Security: Make secctx_to_secid() take const secdataGravatar David Howells 1-1/+1
2008-04-29keys: add keyctl function to get a security labelGravatar David Howells 1-0/+5
2008-04-29xattr: add missing consts to function argumentsGravatar David Howells 1-6/+6
2008-04-28capabilities: implement per-process securebitsGravatar Andrew G. Morgan 1-2/+2