aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris1-1/+5
2010-10-21secmark: make secmark object handling genericEric Paris1-0/+25
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-9/+5
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-3/+6
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-0/+1
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-8/+3
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-0/+1
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby1-3/+6
2010-05-06Merge branch 'master' into nextJames Morris1-1/+1
2010-04-12security: remove dead hook acctEric Paris1-14/+0
2010-04-12security: remove dead hook key_session_to_parentEric Paris1-20/+0
2010-04-12security: remove dead hook task_setgroupsEric Paris1-12/+0
2010-04-12security: remove dead hook task_setgidEric Paris1-20/+0
2010-04-12security: remove dead hook task_setuidEric Paris1-20/+0
2010-04-12security: remove dead hook cred_commitEric Paris1-11/+0
2010-04-12security: remove dead hook inode_deleteEric Paris1-11/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris1-11/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris1-13/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris1-13/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris1-11/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris1-10/+0
2010-04-12security: remove sb_check_sb hooksEric Paris1-14/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com1-0/+2
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-5/+6
2010-01-18Merge branch 'master' into nextJames Morris1-0/+7
2010-01-11LSM: Update comment on security_sock_rcv_skbTetsuo Handa1-0/+1
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+7
2009-11-10security: report the module name to security_module_requestEric Paris1-3/+4
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa1-0/+11
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa1-0/+30
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-1/+1
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information.David P. Quigley1-0/+55
2009-09-07KEYS: Fix default security_session_to_parent()David Howells1-1/+4
2009-09-07KEYS: security_cred_alloc_blank() should return int under all circumstancesDavid Howells1-2/+4
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+38
2009-09-01lsm: Add hooks to the TUN driverPaul Moore1-0/+31
2009-08-14security: update documentation for security_request_moduleJames Morris1-0/+1
2009-08-14security: introducing security_request_moduleEric Paris1-0/+10
2009-08-10security: define round_hint_to_min in !CONFIG_SECURITYEric Paris1-15/+15
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-0/+17
2009-08-06Capabilities: move cap_file_mmap to commoncap.cEric Paris1-3/+4
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar1-7/+7
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-0/+2
2009-04-03kmemtrace, fs, security: move alloc_secdata() and free_secdata() to linux/security.hPekka Enberg1-0/+24
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore1-13/+0
2009-01-07Merge branch 'next' into for-linusJames Morris1-9/+32
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells1-9/+32
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"James Morris1-40/+9
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells1-9/+40