aboutsummaryrefslogtreecommitdiff
path: root/security/smack/smackfs.c
AgeCommit message (Expand)Author
2013-04-03Smack: include magic.h in smackfs.cCasey Schaufler
2013-03-19Smack: add support for modification of existing rulesRafal Krypa
2013-03-19Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa
2012-12-14Smack: create a sysfs mount point for smackfsCasey Schaufler
2012-09-18Smack: implement revoking all rules for a subject labelRafal Krypa
2012-07-30smack: off by one errorAlan Cox
2012-07-13Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa
2012-07-13Smack: user access check boundsCasey Schaufler
2012-07-13Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler
2012-07-13Smack: fix smack_new_inode bogositiesCasey Schaufler
2012-05-14Smack: allow for significantly longer Smack labels v4Casey Schaufler
2012-04-18Smack: move label list initializationCasey Schaufler
2011-11-11Smack: smackfs cipso seq read repairCasey Schaufler
2011-10-20Smack: allow to access /smack/access as normal userJarkko Sakkinen
2011-10-18Smack: fix: invalid length set for the result of /smack/accessJarkko Sakkinen
2011-10-12Smack: fix for /smack/access output, use string instead of byteJarkko Sakkinen
2011-10-12Smack: Clean up commentsCasey Schaufler
2011-10-12Smack: Rule list lookup performanceCasey Schaufler
2011-10-12Smack: check permissions from user space (v2)Jarkko Sakkinen
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler
2010-12-07Smack: Transmute labels on specified directoriesJarkko Sakkinen
2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler
2010-10-29convert get_sb_single() usersAl Viro
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23seq_file: constify seq_operationsJames Morris
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-05-22smack: do not beyond ARRAY_SIZE of dataRoel Kluin
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko
2009-04-14smack: implement logging V3Etienne Basset
2009-03-28smack: Add a new '-CIPSO' option to the network address label configurationEtienne Basset
2009-03-26smack: convert smack to standard linux listsEtienne Basset
2009-03-05smack: fixes for unlabeled host supportetienne
2009-02-19smack: fix lots of kernel-doc notationRandy Dunlap
2009-01-27smackfs load append mode fixCasey Schaufler
2009-01-08remove lots of double-semicolonsFernando Carrijo
2008-12-31smack: Add support for unlabeled network hosts and networksCasey Schaufler
2008-12-31netlabel: Update kernel configuration APIPaul Moore
2008-12-25smackfs: check for allocation failures in smk_set_access()Sergio Luis
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore
2008-08-05smack: limit privilege by labelCasey Schaufler
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-04-28smack: make smk_cipso_doi() and smk_unlbl_ambient()Casey Schaufler
2008-04-28Audit: collect sessionid in netlink messagesEric Paris
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish
2008-03-24smackfs: remove redundant lock, fix open(,O_RDWR)Ahmed S. Darwish