summaryrefslogtreecommitdiffstats
path: root/security/smack/smackfs.c
AgeCommit message (Expand)AuthorLines
2014-08-29Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk-28/+33
2014-08-28Smack: Bring-up access modeCasey Schaufler-1/+10
2014-08-08Smack: handle zero-length security labels without panicKonstantin Khlebnikov-2/+2
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris-7/+7
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore-7/+7
2014-05-06Warning in scanf string typingToralf Förster-1/+1
2014-04-11Smack: adds smackfs/ptrace interfaceLukasz Pawelczyk-0/+74
2013-12-23Smack: change rule cap checkCasey Schaufler-1/+1
2013-12-23Smack: Make the syslog control configurableCasey Schaufler-8/+95
2013-12-11smack: fix: allow either entry be missing on access/access2 check (v2)Jarkko Sakkinen-14/+15
2013-10-18Smack: Implement lock security modeCasey Schaufler-2/+8
2013-08-12Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytesRafal Krypa-85/+82
2013-08-01Smack: network label match fixCasey Schaufler-1/+1
2013-08-01security: smack: fix memleak in smk_write_rules_list()Tomasz Stanislawski-22/+11
2013-06-03Smack: Fix the bug smackcipso can't set CIPSO correctlyPassion,Zhao-1/+1
2013-05-28Smack: Improve access check performanceCasey Schaufler-25/+26
2013-04-03Smack: include magic.h in smackfs.cCasey Schaufler-0/+1
2013-03-19Smack: add support for modification of existing rulesRafal Krypa-79/+170
2013-03-19Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa-3/+1
2012-12-14Smack: create a sysfs mount point for smackfsCasey Schaufler-0/+17
2012-09-18Smack: implement revoking all rules for a subject labelRafal Krypa-0/+75
2012-07-30smack: off by one errorAlan Cox-4/+4
2012-07-13Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa-2/+3
2012-07-13Smack: user access check boundsCasey Schaufler-14/+12
2012-07-13Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler-11/+10
2012-07-13Smack: fix smack_new_inode bogositiesCasey Schaufler-1/+0
2012-05-14Smack: allow for significantly longer Smack labels v4Casey Schaufler-232/+761
2012-04-18Smack: move label list initializationCasey Schaufler-14/+0
2011-11-11Smack: smackfs cipso seq read repairCasey Schaufler-76/+39
2011-10-20Smack: allow to access /smack/access as normal userJarkko Sakkinen-15/+30
2011-10-18Smack: fix: invalid length set for the result of /smack/accessJarkko Sakkinen-1/+1
2011-10-12Smack: fix for /smack/access output, use string instead of byteJarkko Sakkinen-2/+5
2011-10-12Smack: Clean up commentsCasey Schaufler-7/+0
2011-10-12Smack: Rule list lookup performanceCasey Schaufler-9/+75
2011-10-12Smack: check permissions from user space (v2)Jarkko Sakkinen-63/+117
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler-115/+255
2010-12-07Smack: Transmute labels on specified directoriesJarkko Sakkinen-5/+32
2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler-2/+2
2010-10-29convert get_sb_single() usersAl Viro-7/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-23seq_file: constify seq_operationsJames Morris-3/+3
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-1/+67
2009-05-22smack: do not beyond ARRAY_SIZE of dataRoel Kluin-1/+1
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko-4/+4
2009-04-14smack: implement logging V3Etienne Basset-0/+66
2009-03-28smack: Add a new '-CIPSO' option to the network address label configurationEtienne Basset-8/+30
2009-03-26smack: convert smack to standard linux listsEtienne Basset-79/+101
2009-03-05smack: fixes for unlabeled host supportetienne-15/+49