summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: remove 'flags' parameter from avc_audit()Linus Torvalds2013-10-041-1/+1
* selinux: remove 'flags' parameter from inode_has_permLinus Torvalds2013-10-041-7/+6
* xattr: Constify ->name member of "struct xattr".Tetsuo Handa2013-07-251-11/+6
* Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-091-11/+81
|\
| * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-0/+4
| * SELinux: Add new labeling type native labelsDavid Quigley2013-06-081-9/+26
| * LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley2013-06-081-2/+10
| * Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley2013-06-081-0/+6
| * Security: Add hook to calculate context based on a negative dentry.David Quigley2013-06-081-0/+35
* | SELinux: Institute file_path_has_perm()David Howells2013-06-291-6/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-0/+7
| |\
| * | selinux: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-04-301-4/+35
|\ \ \ | |_|/ |/| |
| * | selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-021-4/+35
| |/
* / selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+7
|/
* selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+5
|\
| * new helper: file_inode(file)Al Viro2013-02-221-5/+5
* | tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-141-11/+39
|/
* fix a leak in replace_fd() usersAl Viro2012-10-161-11/+7
* consitify do_mount() argumentsAl Viro2012-10-111-2/+2
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* new helper: iterate_fd()Al Viro2012-09-261-35/+22
* switch flush_unauthorized_files() to replace_fd()Al Viro2012-09-261-32/+15
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-0/+1
|\
| * c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-0/+1
* | selinux: fix selinux_inode_setxattr oopsAl Viro2012-07-301-5/+10
|/
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-5/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-1/+1
| |\
| * | netfilter: selinux: switch hook PFs to nfprotoAlban Crequy2012-06-071-5/+5
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-231-2/+1
|\ \ \ | |_|/ |/| |
| * | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-2/+1
| |/
* / SELinux: do not check open perms if they are not known to policyEric Paris2012-07-161-1/+1
|/
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-7/+8
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-311-1/+1
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-221-140/+118
|\
| * SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris2012-04-091-4/+0
| * SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris2012-04-091-67/+0
| * LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-34/+34
| * LSM: remove the task field from common_audit_dataEric Paris2012-04-091-1/+0
| * LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-34/+34
| * SELinux: move common_audit_data to a noinline slow path functionEric Paris2012-04-091-11/+21
| * SELinux: remove inode_has_perm_noadpEric Paris2012-04-091-24/+4
| * SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris2012-04-091-3/+27
| * SELinux: audit failed attempts to set invalid labelsEric Paris2012-04-091-2/+34
| * SELinux: rename dentry_open to file_openEric Paris2012-04-091-3/+3
| * SELinux: check OPEN on truncate callsEric Paris2012-04-091-1/+5
* | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-1/+9
|/