aboutsummaryrefslogtreecommitdiffstats
path: root/security/smack/smackfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-4/+4
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
2012-04-18Smack: move label list initializationCasey Schaufler1-14/+0
2011-11-11Smack: smackfs cipso seq read repairCasey Schaufler1-76/+39
2011-10-20Smack: allow to access /smack/access as normal userJarkko Sakkinen1-15/+30
2011-10-18Smack: fix: invalid length set for the result of /smack/accessJarkko Sakkinen1-1/+1
2011-10-12Smack: fix for /smack/access output, use string instead of byteJarkko Sakkinen1-2/+5
2011-10-12Smack: Clean up commentsCasey Schaufler1-7/+0
2011-10-12Smack: Rule list lookup performanceCasey Schaufler1-9/+75
2011-10-12Smack: check permissions from user space (v2)Jarkko Sakkinen1-63/+117
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler1-115/+255
2010-12-07Smack: Transmute labels on specified directoriesJarkko Sakkinen1-5/+32
2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler1-2/+2
2010-10-29convert get_sb_single() usersAl Viro1-7/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-3/+3
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+67
2009-05-22smack: do not beyond ARRAY_SIZE of dataRoel Kluin1-1/+1