summaryrefslogtreecommitdiffstats
path: root/security/smack/smackfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* SMACK: Add new lock for adding entry in smack master listVishal Goel2017-01-101-0/+5
* Smack: Remove unnecessary smack_known_invalidCasey Schaufler2016-11-151-3/+0
* Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-82/+32
* Smack: limited capability for changing process labelZbigniew Jasinski2015-10-191-35/+167
* Smack: Minor initialisation improvementJosé Bollo2015-10-091-1/+1
* Smack: fix a NULL dereference in wrong smack_import_entry() usageLukasz Pawelczyk2015-10-091-2/+2
* Smack: Three symbols that should be staticCasey Schaufler2015-07-311-1/+1
* Smack: IPv6 host labelingCasey Schaufler2015-07-281-76/+352
* sysfs: fix simple_return.cocci warningskbuild test robot2015-07-221-5/+1
* 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-021-53/+110
* | Smack: fix seq operations in smackfsRafal Krypa2015-06-021-30/+22
* | smack: pass error code through pointersLukasz Pawelczyk2015-05-151-47/+69
* | LSM: Switch to lists of hooksCasey Schaufler2015-05-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
* | 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-231-0/+96
|/
* Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk2014-08-291-28/+33
* Smack: Bring-up access modeCasey Schaufler2014-08-281-1/+10
* Smack: handle zero-length security labels without panicKonstantin Khlebnikov2014-08-081-2/+2
* Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-08-021-7/+7
|\
| * netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-011-7/+7
* | Warning in scanf string typingToralf Förster2014-05-061-1/+1
* | Smack: adds smackfs/ptrace interfaceLukasz Pawelczyk2014-04-111-0/+74
|/
* Smack: change rule cap checkCasey Schaufler2013-12-231-1/+1
* Smack: Make the syslog control configurableCasey Schaufler2013-12-231-8/+95
* smack: fix: allow either entry be missing on access/access2 check (v2)Jarkko Sakkinen2013-12-111-14/+15
* Smack: Implement lock security modeCasey Schaufler2013-10-181-2/+8
* Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytesRafal Krypa2013-08-121-85/+82
* Smack: network label match fixCasey Schaufler2013-08-011-1/+1
* security: smack: fix memleak in smk_write_rules_list()Tomasz Stanislawski2013-08-011-22/+11
* Smack: Fix the bug smackcipso can't set CIPSO correctlyPassion,Zhao2013-06-031-1/+1
* Smack: Improve access check performanceCasey Schaufler2013-05-281-25/+26
* Smack: include magic.h in smackfs.cCasey Schaufler2013-04-031-0/+1
* Smack: add support for modification of existing rulesRafal Krypa2013-03-191-79/+170
* Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa2013-03-191-3/+1
* Smack: create a sysfs mount point for smackfsCasey Schaufler2012-12-141-0/+17
* Smack: implement revoking all rules for a subject labelRafal Krypa2012-09-181-0/+75
* smack: off by one errorAlan Cox2012-07-301-4/+4
* Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa2012-07-131-2/+3
* Smack: user access check boundsCasey Schaufler2012-07-131-14/+12
* Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler2012-07-131-11/+10
* Smack: fix smack_new_inode bogositiesCasey Schaufler2012-07-131-1/+0
* Smack: allow for significantly longer Smack labels v4Casey Schaufler2012-05-141-232/+761
* Smack: move label list initializationCasey Schaufler2012-04-181-14/+0