| Commit message (Expand) | Author | Age | Files | Lines |
* | switch ->setxattr() to passing dentry and inode separately | Al Viro | 2016-05-28 | 1 | -1/+1 |
* | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 1 | -2/+2 |
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2016-04-10 | 1 | -1/+1 |
* | smack: fix cache of access labels | José Bollo | 2016-02-16 | 1 | -2/+6 |
* | Smack: Remove pointless hooks | Casey Schaufler | 2016-02-11 | 1 | -30/+8 |
* | security: let security modules use PTRACE_MODE_* with bitmasks | Jann Horn | 2016-01-21 | 1 | -5/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2016-01-18 | 1 | -3/+25 |
|\ |
|
| * | Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into... | James Morris | 2015-12-26 | 1 | -1/+23 |
| |\ |
|
| | * | Smack: type confusion in smak sendmsg() handler | Roman Kubiak | 2015-12-17 | 1 | -1/+1 |
| | * | Smack: File receive for sockets | Casey Schaufler | 2015-12-10 | 1 | -0/+22 |
| * | | security: Make inode argument of inode_getsecid non-const | Andreas Gruenbacher | 2015-12-24 | 1 | -1/+1 |
| * | | security: Make inode argument of inode_getsecurity non-const | Andreas Gruenbacher | 2015-12-24 | 1 | -1/+1 |
| |/ |
|
* / | nfs: Move call to security_inode_listsecurity into nfs_listxattr | Andreas Gruenbacher | 2015-12-14 | 1 | -2/+0 |
|/ |
|
* | Smack: limited capability for changing process label | Zbigniew Jasinski | 2015-10-19 | 1 | -2/+56 |
* | Smack: pipefs fix in smack_d_instantiate | Roman Kubiak | 2015-10-10 | 1 | -0/+3 |
* | Smack: Minor initialisation improvement | José Bollo | 2015-10-10 | 1 | -2/+2 |
* | smack: smk_ipv6_port_list should be static | Geliang Tang | 2015-10-10 | 1 | -1/+1 |
* | Smack - Fix build error with bringup unconfigured | Casey Schaufler | 2015-08-13 | 1 | -14/+18 |
* | Smack: Three symbols that should be static | Casey Schaufler | 2015-07-31 | 1 | -2/+2 |
* | Smack: IPv6 host labeling | Casey Schaufler | 2015-07-28 | 1 | -75/+187 |
* | smack: allow mount opts setting over filesystems with binary mount data | Vivek Trivedi | 2015-07-22 | 1 | -40/+201 |
* | smack: pass error code through pointers | Lukasz Pawelczyk | 2015-05-15 | 1 | -39/+54 |
* | Smack: ignore private inode for smack_file_receive | Seung-Woo Kim | 2015-05-15 | 1 | -0/+3 |
* | LSM: Switch to lists of hooks | Casey Schaufler | 2015-05-12 | 1 | -43/+10 |
* | LSM: Add security module hook list heads | Casey Schaufler | 2015-05-12 | 1 | -129/+129 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 1 | -23/+23 |
|\ |
|
| * | VFS: security/: d_backing_inode() annotations | David Howells | 2015-04-15 | 1 | -23/+23 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-04-15 | 1 | -8/+91 |
|\ \
| |/
|/| |
|
| * | Smack: Allow an unconfined label in bringup mode | Casey Schaufler | 2015-03-23 | 1 | -7/+45 |
| * | Smack: getting the Smack security context of keys | José Bollo | 2015-03-23 | 1 | -0/+31 |
| * | Smack: Assign smack_known_web as default smk_in label for kernel thread's socket | Marcin Lis | 2015-03-23 | 1 | -1/+15 |
* | | switch security_inode_getattr() to struct path * | Al Viro | 2015-04-12 | 1 | -8/+5 |
|/ |
|
* | Smack: Use d_is_positive() rather than testing dentry->d_inode | David Howells | 2015-02-22 | 1 | -2/+2 |
* | Smack: secmark connections | Casey Schaufler | 2015-02-11 | 1 | -0/+16 |
* | smack: fix possible use after frees in task_security() callers | Andrey Ryabinin | 2015-01-21 | 1 | -11/+13 |
* | smack: Add missing logging in bidirectional UDS connect check | Rafal Krypa | 2015-01-21 | 1 | -1/+1 |
* | Smack: secmark support for netfilter | Casey Schaufler | 2015-01-21 | 1 | -8/+86 |
* | Smack: Rework file hooks | Casey Schaufler | 2015-01-21 | 1 | -21/+19 |
* | smack: Fix a bidirectional UDS connect check typo | Zbigniew Jasinski | 2015-01-19 | 1 | -1/+3 |
* | smack: introduce a special case for tmpfs in smack_d_instantiate() | Łukasz Stelmach | 2015-01-19 | 1 | -2/+14 |
* | smack: fix logic in smack_inode_init_security function | Lukasz Pawelczyk | 2015-01-19 | 1 | -3/+2 |
* | smack: miscellaneous small fixes in function comments | Lukasz Pawelczyk | 2015-01-19 | 1 | -5/+9 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-12-15 | 1 | -3/+10 |
|\ |
|
| * | Security: smack: replace kzalloc with kmem_cache for inode_smack | Rohit | 2014-10-31 | 1 | -3/+10 |
* | | assorted conversions to %p[dD] | Al Viro | 2014-11-19 | 1 | -4/+4 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-10-12 | 1 | -157/+388 |
|\| |
|
| * | Make Smack operate on smack_known struct where it still used char* | Lukasz Pawelczyk | 2014-08-29 | 1 | -146/+153 |
| * | Fix a bidirectional UDS connect check typo | Lukasz Pawelczyk | 2014-08-29 | 1 | -2/+2 |
| * | Small fixes in comments describing function parameters | Lukasz Pawelczyk | 2014-08-29 | 1 | -9/+9 |
| * | Smack: Bring-up access mode | Casey Schaufler | 2014-08-28 | 1 | -21/+244 |