summaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
Commit message (Expand)AuthorAgeFilesLines
* Yama: higher restrictions should block PTRACE_TRACEMEKees Cook2012-08-101-2/+0Star
* take security_mmap_file() outside of ->mmap_semAl Viro2012-06-011-4/+3Star
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-16/+20
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-311-1/+2
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-221-8/+5Star
|\
| * SELinux: rename dentry_open to file_openEric Paris2012-04-091-8/+5Star
* | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-0/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-42/+38Star
|\
| * security: trim security.hAl Viro2012-02-141-26/+29
| * mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-16/+0Star
| * security: create task_free security callbackKees Cook2012-02-091-0/+9
* | security: struct security_operations kerneldoc fixJavier Martinez Canillas2012-02-281-1/+1
|/
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-151-47/+13Star
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-061-14/+0Star
| * capabilities: remove all _real_ interfacesEric Paris2012-01-061-25/+0Star
| * capabilities: introduce security_capable_noauditEric Paris2012-01-061-0/+7
| * capabilities: reverse arguments to security_capableEric Paris2012-01-061-3/+3
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-061-9/+7Star
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-111-1/+3
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-091-1/+3
| |\ \
| | * | security: update security_file_mmap() docsKees Cook2011-12-191-0/+2
| | * | include/linux/security.h: fix security_inode_init_security() argAndrew Morton2011-11-161-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-13/+13
|\ \ \ \
| * | | | security.h: fix misc typos/grammar errors in commentsVsevolod Alekseev2011-11-051-13/+13
| | |/ / | |/| |
* | | | switch security_path_chmod() to struct path *Al Viro2012-01-071-7/+3Star
* | | | switch ->path_mknod() to umode_tAl Viro2012-01-041-3/+3
* | | | switch ->path_mkdir() to umode_tAl Viro2012-01-041-3/+3
* | | | switch securityfs_create_file() to umode_tAl Viro2012-01-041-2/+2
* | | | switch security_path_chmod() to umode_tAl Viro2012-01-041-3/+3
* | | | switch ->mknod() to umode_tAl Viro2012-01-041-2/+2
* | | | switch ->create() to umode_tAl Viro2012-01-041-3/+3
* | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-2/+2
| |/ / |/| |
* | | security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara2012-01-041-1/+1
|/ /
* | security: sparse fix: Move security_fixup_op to security.hJames Morris2011-09-101-0/+2
* | security: Fix a typorongqing.li@windriver.com2011-09-101-1/+1
* | evm: fix build problemsMimi Zohar2011-08-161-5/+7
* | evm: building without EVM enabled fixesMimi Zohar2011-08-111-0/+7
* | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-5/+12
|\ \ | |/ |/|
| * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-5/+12
* | ->permission() sanitizing: don't pass flags to exec_permission()Al Viro2011-07-201-7/+0Star
* | ->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro2011-07-201-1/+1
|/
* SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-231-1/+1
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-241-11/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-171-3/+4
|\
| * xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller2011-02-231-3/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-15/+20
|\ \
| * \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-15/+20
| |\ \ | | |/ | |/|
| | * LSM: Pass -o remount options to the LSMEric Paris2011-03-031-0/+13
| | * security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-011-13/+0Star
| | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-2/+7