summaryrefslogtreecommitdiffstats
path: root/security/security.c
AgeCommit message (Expand)AuthorLines
2011-02-11security: add cred argument to security_capable()Chris Wright-3/+2
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+9
2011-01-07fs: rcu-walk for path lookupNick Piggin-0/+9
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller-2/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris-2/+2
2010-10-26Merge branch 'ima-memory-use-fixes'Linus Torvalds-9/+1
2010-10-26IMA: only allocate iint when neededEric Paris-9/+1
2010-10-21secmark: make secmark object handling genericEric Paris-0/+18
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro-3/+2
2010-10-21LSM: Fix security_module_enable() error.Tetsuo Handa-10/+2
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds-2/+3
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds-2/+14
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa-3/+2
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris-2/+14
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby-2/+3
2010-05-17LSM: Add __init to fixup function.Tetsuo Handa-2/+2
2010-04-12security: remove dead hook acctEric Paris-5/+0
2010-04-12security: remove dead hook key_session_to_parentEric Paris-7/+0
2010-04-12security: remove dead hook task_setgroupsEric Paris-5/+0
2010-04-12security: remove dead hook task_setgidEric Paris-5/+0
2010-04-12security: remove dead hook task_setuidEric Paris-5/+0
2010-04-12security: remove dead hook cred_commitEric Paris-5/+0
2010-04-12security: remove dead hook inode_deleteEric Paris-7/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris-5/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris-5/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris-5/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris-5/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris-5/+0
2010-04-12security: remove sb_check_sb hooksEric Paris-5/+0
2010-03-09Merge branch 'next-queue' into nextJames Morris-1/+1
2010-03-03Security: Add __init to register_security to disable load a security module o...wzt.wzt@gmail.com-1/+1
2010-03-01Merge branch 'next' into for-linusJames Morris-21/+28
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com-2/+9
2010-02-07Take ima_file_free() to proper place.Al Viro-2/+0
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook-2/+2
2010-01-15security: correct error returns for get/set security with private inodesJames Morris-2/+2
2009-12-08LSM: Rename security_path_ functions argument names.Tetsuo Handa-15/+15
2009-11-10security: report the module name to security_module_requestEric Paris-2/+2
2009-11-09Config option to set a default LSMJohn Johansen-3/+6
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar-3/+25
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa-0/+5
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa-0/+15
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley-0/+18
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells-0/+17
2009-09-01lsm: Add hooks to the TUN driverPaul Moore-0/+18
2009-08-14security: introducing security_request_moduleEric Paris-0/+5
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar-2/+2
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter-3/+0
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells-0/+2
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore-5/+0