aboutsummaryrefslogtreecommitdiffstats
path: root/security/smack/smackfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Smack: remove set but not used variable 'root_inode'YueHaibing1-3/+0
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-01-10SMACK: Add new lock for adding entry in smack master listVishal Goel1-0/+5
2016-11-15Smack: Remove unnecessary smack_known_invalidCasey Schaufler1-3/+0
2016-08-23Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-82/+32
2015-10-19Smack: limited capability for changing process labelZbigniew Jasinski1-35/+167
2015-10-09Smack: Minor initialisation improvementJosé Bollo1-1/+1
2015-10-09Smack: fix a NULL dereference in wrong smack_import_entry() usageLukasz Pawelczyk1-2/+2
2015-07-31Smack: Three symbols that should be staticCasey Schaufler1-1/+1
2015-07-28Smack: IPv6 host labelingCasey Schaufler1-76/+352
2015-07-22sysfs: fix simple_return.cocci warningskbuild test robot1-5/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-4/+4
2015-06-12Smack: freeing an error pointer in smk_write_revoke_subj()Dan Carpenter1-7/+9
2015-06-02Smack: allow multiple labels in onlycapRafal Krypa1-53/+110
2015-06-02Smack: fix seq operations in smackfsRafal Krypa1-30/+22
2015-05-15smack: pass error code through pointersLukasz Pawelczyk1-47/+69
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: security/: d_inode() annotationsDavid Howells1-1/+1
2015-03-23smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cPaul Gortmaker1-1/+0
2015-03-23Smack: Allow an unconfined label in bringup modeCasey Schaufler1-0/+96
2014-08-29Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk1-28/+33
2014-08-28Smack: Bring-up access modeCasey Schaufler1-1/+10
2014-08-08Smack: handle zero-length security labels without panicKonstantin Khlebnikov1-2/+2
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-7/+7
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore1-7/+7
2014-05-06Warning in scanf string typingToralf Förster1-1/+1
2014-04-11Smack: adds smackfs/ptrace interfaceLukasz Pawelczyk1-0/+74
2013-12-23Smack: change rule cap checkCasey Schaufler1-1/+1
2013-12-23Smack: Make the syslog control configurableCasey Schaufler1-8/+95
2013-12-11smack: fix: allow either entry be missing on access/access2 check (v2)Jarkko Sakkinen1-14/+15
2013-10-18Smack: Implement lock security modeCasey Schaufler1-2/+8
2013-08-12Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytesRafal Krypa1-85/+82
2013-08-01Smack: network label match fixCasey Schaufler1-1/+1
2013-08-01security: smack: fix memleak in smk_write_rules_list()Tomasz Stanislawski1-22/+11
2013-06-03Smack: Fix the bug smackcipso can't set CIPSO correctlyPassion,Zhao1-1/+1
2013-05-28Smack: Improve access check performanceCasey Schaufler1-25/+26
2013-04-03Smack: include magic.h in smackfs.cCasey Schaufler1-0/+1
2013-03-19Smack: add support for modification of existing rulesRafal Krypa1-79/+170
2013-03-19Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa1-3/+1
2012-12-14Smack: create a sysfs mount point for smackfsCasey Schaufler1-0/+17
2012-09-18Smack: implement revoking all rules for a subject labelRafal Krypa1-0/+75
2012-07-30smack: off by one errorAlan Cox1-4/+4
2012-07-13Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa1-2/+3
2012-07-13Smack: user access check boundsCasey Schaufler1-14/+12
2012-07-13Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler1-11/+10
2012-07-13Smack: fix smack_new_inode bogositiesCasey Schaufler1-1/+0
2012-05-14Smack: allow for significantly longer Smack labels v4Casey Schaufler1-232/+761