aboutsummaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)Author
2011-02-11security: add cred argument to security_capable()Chris Wright
2011-01-10Merge branch 'master' into nextJames Morris
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller
2010-12-01security: Fix comment of security_key_permissionTetsuo Handa
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris
2010-10-21secmark: make secmark object handling genericEric Paris
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby
2010-05-06Merge branch 'master' into nextJames Morris
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-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook
2010-01-18Merge branch 'master' into nextJames Morris
2010-01-11LSM: Update comment on security_sock_rcv_skbTetsuo Handa
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells
2009-11-10security: report the module name to security_module_requestEric Paris
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley
2009-09-07KEYS: Fix default security_session_to_parent()David Howells
2009-09-07KEYS: security_cred_alloc_blank() should return int under all circumstancesDavid Howells
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: update documentation for security_request_moduleJames Morris
2009-08-14security: introducing security_request_moduleEric Paris
2009-08-10security: define round_hint_to_min in !CONFIG_SECURITYEric Paris
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-08-06Capabilities: move cap_file_mmap to commoncap.cEric Paris
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar