summaryrefslogtreecommitdiffstats
path: root/security/smack
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-054-47/+238
|\
| * Smack: limited capability for changing process labelZbigniew Jasinski2015-10-194-41/+229
| * Smack: pipefs fix in smack_d_instantiateRoman Kubiak2015-10-091-0/+3
| * Smack: Minor initialisation improvementJosé Bollo2015-10-092-3/+3
| * smack: smk_ipv6_port_list should be staticGeliang Tang2015-10-091-1/+1
| * Smack: fix a NULL dereference in wrong smack_import_entry() usageLukasz Pawelczyk2015-10-091-2/+2
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-2/+0
* | netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-2/+2
|/
* Smack - Fix build error with bringup unconfiguredCasey Schaufler2015-08-121-14/+18
* Kernel threads excluded from smack checksRoman Kubiak2015-08-101-0/+6
* Smack: Three symbols that should be staticCasey Schaufler2015-07-312-3/+3
* Smack: IPv6 host labelingCasey Schaufler2015-07-283-160/+578
* sysfs: fix simple_return.cocci warningskbuild test robot2015-07-221-5/+1
* smack: allow mount opts setting over filesystems with binary mount dataVivek Trivedi2015-07-222-40/+219
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-4/+4
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-4/+4
* | Smack: freeing an error pointer in smk_write_revoke_subj()Dan Carpenter2015-06-121-7/+9
* | Smack: allow multiple labels in onlycapRafal Krypa2015-06-023-69/+160
* | Smack: fix seq operations in smackfsRafal Krypa2015-06-021-30/+22
* | smack: pass error code through pointersLukasz Pawelczyk2015-05-153-97/+139
* | Smack: ignore private inode for smack_file_receiveSeung-Woo Kim2015-05-151-0/+3
* | LSM: Switch to lists of hooksCasey Schaufler2015-05-123-46/+11
* | LSM: Add security module hook list headsCasey Schaufler2015-05-121-129/+129
* | 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-24/+24
|\
| * VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
| * VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-23/+23
| * Merge branch 'for-davem' into for-nextAl Viro2015-04-111-6/+2
| |\
* | \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-154-19/+228
|\ \ \
| * | | smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cPaul Gortmaker2015-03-231-1/+0
| * | | Smack: Allow an unconfined label in bringup modeCasey Schaufler2015-03-234-17/+182
| * | | Smack: getting the Smack security context of keysJosé Bollo2015-03-231-0/+31
| * | | Smack: Assign smack_known_web as default smk_in label for kernel thread's socketMarcin Lis2015-03-231-1/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-6/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-6/+2
| |/
* / switch security_inode_getattr() to struct path *Al Viro2015-04-111-8/+5
|/
* Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
* Smack: secmark connectionsCasey Schaufler2015-02-111-0/+16
* Smack: Repair netfilter dependencyCasey Schaufler2015-01-231-1/+1
* smack: fix possible use after frees in task_security() callersAndrey Ryabinin2015-01-212-11/+23
* smack: Add missing logging in bidirectional UDS connect checkRafal Krypa2015-01-201-1/+1
* Smack: secmark support for netfilterCasey Schaufler2015-01-205-8/+196
* Smack: Rework file hooksCasey Schaufler2015-01-201-21/+19
* smack: Fix a bidirectional UDS connect check typoZbigniew Jasinski2015-01-191-1/+3
* smack: introduce a special case for tmpfs in smack_d_instantiate()Łukasz Stelmach2015-01-191-2/+14
* smack: fix logic in smack_inode_init_security functionLukasz Pawelczyk2015-01-191-3/+2
* smack: miscellaneous small fixes in function commentsLukasz Pawelczyk2015-01-191-5/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-142-12/+18
|\
| * security: smack: fix out-of-bounds access in smk_parse_smack()Andrey Ryabinin2014-11-211-4/+3
| * Security: smack: replace kzalloc with kmem_cache for inode_smackRohit2014-10-311-3/+10