Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -50/+97 |
2015-09-05 | fs: create and use seq_show_option for escaping | Kees Cook | 1 | -1/+1 |
2015-08-15 | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 1 | -50/+97 |
2015-07-13 | selinux: Create a common helper to determine an inode label [ver #3] | David Howells | 1 | -46/+41 |
2015-07-13 | selinux: initialize sock security class to default value | Stephen Smalley | 1 | -0/+1 |
2015-07-13 | selinux: reduce locking overhead in inode_free_security() | Waiman Long | 1 | -3/+14 |
2015-07-13 | selinux: extended permissions for ioctls | Jeff Vander Stoep | 1 | -1/+41 |
2015-07-11 | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into... | James Morris | 1 | -1/+2 |
2015-07-10 | selinux: fix mprotect PROT_EXEC regression caused by mm change | Stephen Smalley | 1 | -1/+2 |
2015-06-27 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -305/+262 |
2015-06-05 | selinux: fix setting of security labels on NFS | J. Bruce Fields | 1 | -0/+1 |
2015-06-04 | selinux: enable genfscon labeling for sysfs and pstore files | Stephen Smalley | 1 | -1/+3 |
2015-06-04 | selinux: enable per-file labeling for debugfs files. | Stephen Smalley | 1 | -22/+21 |
2015-06-04 | selinux: update netlink socket classes | Stephen Smalley | 1 | -4/+16 |
2015-06-04 | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() | Oleg Nesterov | 1 | -2/+4 |
2015-06-04 | selinux: Print 'sclass' as string when unrecognized netlink message occurs | Marek Milkovic | 1 | -2/+3 |
2015-05-12 | LSM: Switch to lists of hooks | Casey Schaufler | 1 | -79/+15 |
2015-05-12 | LSM: Add security module hook list heads | Casey Schaufler | 1 | -197/+201 |
2015-05-12 | LSM: Split security.h | Casey Schaufler | 1 | -1/+1 |
2015-05-11 | security: make inode_follow_link RCU-walk aware | NeilBrown | 1 | -2/+14 |
2015-05-11 | security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() | NeilBrown | 1 | -1/+1 |
2015-05-11 | SECURITY: remove nameidata arg from inode_follow_link. | NeilBrown | 1 | -1/+1 |
2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells | 1 | -18/+18 |
2015-04-12 | Merge branch 'for-davem' into for-next | Al Viro | 1 | -26/+9 |
2015-04-12 | switch security_inode_getattr() to struct path * | Al Viro | 1 | -9/+3 |
2015-04-04 | netfilter: Make nf_hookfn use nf_hook_state. | David S. Miller | 1 | -19/+9 |
2015-03-21 | Revert "selinux: add a skb_owned_by() hook" | Eric Dumazet | 1 | -7/+0 |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -2/+2 |
2015-02-22 | SELinux: Use d_is_positive() rather than testing dentry->d_inode | David Howells | 1 | -2/+2 |
2015-02-15 | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+73 |
2015-02-04 | selinux: add security in-core xattr support for pstore and debugfs | Mark Salyzyn | 1 | -17/+8 |
2015-02-04 | selinux: quiet the filesystem labeling behavior message | Paul Moore | 1 | -4/+0 |
2015-01-25 | Add security hooks to binder and implement the hooks for SELinux. | Stephen Smalley | 1 | -0/+73 |
2014-12-15 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -2/+0 |
2014-12-02 | selinux: Remove security_ops extern | Yao Dongdong | 1 | -2/+0 |
2014-11-13 | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris | 1 | -3/+4 |
2014-11-13 | selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm() | Richard Guy Briggs | 1 | -3/+4 |
2014-10-16 | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris | 1 | -1/+1 |
2014-10-15 | selinux: fix inode security list corruption | Stephen Smalley | 1 | -1/+1 |
2014-10-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -56/+79 |
2014-09-22 | selinux: cleanup error reporting in selinux_nlmsg_perm() | Richard Guy Briggs | 1 | -4/+3 |
2014-09-11 | selinux: make the netif cache namespace aware | Paul Moore | 1 | -15/+18 |
2014-09-10 | security: make security_file_set_fowner, f_setown and __f_setown void return | Jeff Layton | 1 | -3/+1 |
2014-09-09 | selinux: register nf hooks with single nf_register_hooks call | Jiri Pirko | 1 | -25/+10 |
2014-09-03 | selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute() | Paul Moore | 1 | -0/+1 |
2014-08-28 | selinux: Permit bounded transitions under NO_NEW_PRIVS or NOSUID. | Stephen Smalley | 1 | -12/+47 |
2014-08-05 | Merge tag 'v3.16' into next | Paul Moore | 1 | -1/+1 |
2014-07-29 | Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris | 1 | -11/+2 |
2014-07-28 | Revert "selinux: fix the default socket labeling in sock_graft()" | Paul Moore | 1 | -11/+2 |
2014-07-19 | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 1 | -0/+14 |