summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-19/+9Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+1
| |\ \ \
| * | | | Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-211-7/+0Star
| | |/ / | |/| |
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-9/+3Star
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | switch security_inode_getattr() to struct path *Al Viro2015-04-121-9/+3Star
| |/
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-03-271-1/+1
|\ \ | |/ |/|
| * selinux: fix sel_write_enforce broken return valueJoe Perches2015-03-251-1/+1
* | 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-49/+3Star
|\ \
| * | selinuxfs: don't open-code d_genocide()Al Viro2015-01-261-49/+3Star
* | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-152-0/+75
|\ \ \ | |_|/ |/| |
| * | Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley2015-01-252-0/+75
| |/
* | SELinux: fix error code in policydb_init()Dan Carpenter2015-02-041-2/+6
* | selinux: add security in-core xattr support for pstore and debugfsMark Salyzyn2015-02-041-17/+8Star
* | selinux: quiet the filesystem labeling behavior messagePaul Moore2015-02-041-4/+0Star
* | selinux: Remove unused function avc_sidcmp()Rickard Strandqvist2015-02-041-5/+0Star
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-2/+0Star
|\
| * Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-12-041-6/+5Star
| |\
| | * selinux: Remove security_ops externYao Dongdong2014-12-011-2/+0Star
| * | Merge commit 'v3.17' into nextJames Morris2014-11-193-6/+4Star
| |\ \
* | \ \ Merge branch 'iov_iter' into for-nextAl Viro2014-12-091-3/+4
|\ \ \ \
| * \ \ \ 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
* | | | | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-3/+3
|/ / / /
* | | | 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-125-83/+115
|\| |
| * | selinux: normalize audit log formattingRichard Guy Briggs2014-09-221-6/+8
| * | selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs2014-09-221-4/+3Star
| * | selinux: make the netif cache namespace awarePaul Moore2014-09-104-36/+46
| * | selinux: register nf hooks with single nf_register_hooks callJiri Pirko2014-09-091-25/+10Star
| * | 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-052-2/+2
| |\ \
* | | | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-3/+1Star
| |_|/ |/| |
* | | Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinuxLinus Torvalds2014-08-103-6/+4Star
|\ \ \
| * | | selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore2014-08-083-6/+4Star
| |/ /
* | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-08-022-85/+56Star
|\| |
| * | netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-012-13/+13
| * | netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-78/+49Star
* | | Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-07-291-11/+2Star
|\ \ \
| * | | Revert "selinux: fix the default socket labeling in sock_graft()"Paul Moore2014-07-281-11/+2Star
* | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-07-1911-160/+101Star
|\ \ \ \ | | |/ / | |/| |
| * | | selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore2014-06-267-42/+23Star
| * | | selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2014-06-231-9/+32
| * | | selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2014-06-191-1/+1
| * | | selinux: simple cleanup for cond_read_node()Namhyung Kim2014-06-191-7/+2Star
| * | | security: Used macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-06-181-1/+2
| * | | selinux: introduce str_read() helperNamhyung Kim2014-06-181-96/+37Star