summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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-1311-60/+834
* selinux: fix mprotect PROT_EXEC regression caused by mm changeStephen Smalley2015-07-101-1/+2
* selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore2015-07-091-0/+6
* selinux: fix setting of security labels on NFSJ. Bruce Fields2015-06-051-0/+1
* selinux: Remove unused permission definitionsStephen Smalley2015-06-041-14/+8
* 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-042-22/+22
* selinux: update netlink socket classesStephen Smalley2015-06-042-10/+32
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-19/+19
|\
| * VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
| * VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-18/+18
| * Merge branch 'for-davem' into for-nextAl Viro2015-04-112-27/+10
| |\
* | \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-155-35/+67
|\ \ \
| * | | selinux: increase avtab max bucketsStephen Smalley2015-04-061-1/+1
| * | | selinux: Use a better hash function for avtabJohn Brooks2015-04-062-5/+38
| * | | selinux: convert avtab hash table to flex_arrayStephen Smalley2015-04-062-13/+22
| * | | selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2015-04-062-12/+4
| * | | selinux: remove unnecessary pointer reassignmentJeff Vander Stoep2015-04-061-4/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-152-26/+22
|\ \ \ \
| * | | | selinux/nlmsg: add a build time check for rtnl/xfrm cmdsNicolas Dichtel2015-04-131-0/+3
| * | | | selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel2015-04-121-0/+1
| * | | | selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel2015-04-121-0/+1
| * | | | selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel2015-04-121-0/+1
| * | | | selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel2015-04-081-0/+2
| * | | | selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel2015-04-081-0/+1
| * | | | selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel2015-04-081-0/+1
| * | | | selinux/nlmsg: add RTM_GETNSIDNicolas Dichtel2015-04-081-0/+1
| * | | | selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSIDNicolas Dichtel2015-04-081-0/+2
| | |_|/ | |/| |
| * | | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-19/+9
| * | | 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-201-7/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-9/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | switch security_inode_getattr() to struct path *Al Viro2015-04-111-9/+3
| |/
* | 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/+3
|\ \
| * | selinuxfs: don't open-code d_genocide()Al Viro2015-01-251-49/+3
* | | 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/+8
OpenPOWER on IntegriCloud