summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-50/+97
|\
| * Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2015-08-151-50/+97
| |\
| | * selinux: Create a common helper to determine an inode label [ver #3]David Howells2015-07-131-46/+41
| | * selinux: initialize sock security class to default valueStephen Smalley2015-07-131-0/+1
| | * selinux: reduce locking overhead in inode_free_security()Waiman Long2015-07-131-3/+14
| | * selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-131-1/+41
* | | fs: create and use seq_show_option for escapingKees Cook2015-09-041-1/+1
|/ /
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-07-111-1/+2
|\|
| * selinux: fix mprotect PROT_EXEC regression caused by mm changeStephen Smalley2015-07-101-1/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-271-305/+262
|\|
| * selinux: fix setting of security labels on NFSJ. Bruce Fields2015-06-051-0/+1
| * selinux: enable genfscon labeling for sysfs and pstore filesStephen Smalley2015-06-041-1/+3
| * selinux: enable per-file labeling for debugfs files.Stephen Smalley2015-06-041-22/+21
| * selinux: update netlink socket classesStephen Smalley2015-06-041-4/+16
| * signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-041-2/+4
| * selinux: Print 'sclass' as string when unrecognized netlink message occursMarek Milkovic2015-06-041-2/+3
| * LSM: Switch to lists of hooksCasey Schaufler2015-05-121-79/+15
| * LSM: Add security module hook list headsCasey Schaufler2015-05-121-197/+201
| * LSM: Split security.hCasey Schaufler2015-05-121-1/+1
* | security: make inode_follow_link RCU-walk awareNeilBrown2015-05-111-2/+14
* | security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()NeilBrown2015-05-111-1/+1
* | SECURITY: remove nameidata arg from inode_follow_link.NeilBrown2015-05-101-1/+1
|/
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-18/+18
* Merge branch 'for-davem' into for-nextAl Viro2015-04-111-26/+9
|\
| * netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-19/+9
| * Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-201-7/+0
* | switch security_inode_getattr() to struct path *Al Viro2015-04-111-9/+3
|/
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-0/+73
|\
| * Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley2015-01-251-0/+73
* | selinux: add security in-core xattr support for pstore and debugfsMark Salyzyn2015-02-041-17/+8
* | selinux: quiet the filesystem labeling behavior messagePaul Moore2015-02-041-4/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-141-2/+0
|\
| * selinux: Remove security_ops externYao Dongdong2014-12-011-2/+0
* | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-11-131-3/+4
|\|
| * selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm()Richard Guy Briggs2014-11-121-3/+4
* | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-10-161-1/+1
|\|
| * selinux: fix inode security list corruptionStephen Smalley2014-10-151-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-56/+79
|\|
| * selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs2014-09-221-4/+3
| * selinux: make the netif cache namespace awarePaul Moore2014-09-101-15/+18
| * selinux: register nf hooks with single nf_register_hooks callJiri Pirko2014-09-081-25/+10
| * selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute()Paul Moore2014-09-031-0/+1
| * selinux: Permit bounded transitions under NO_NEW_PRIVS or NOSUID.Stephen Smalley2014-08-281-12/+47
| * Merge tag 'v3.16' into nextPaul Moore2014-08-051-1/+1
| |\
| | * Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-101-5/+8
| | |\
| | | * selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore2014-06-031-2/+4
| | | * selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-06-031-2/+3
* | | | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-3/+1