index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
smack
/
smackfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-29
Make Smack operate on smack_known struct where it still used char*
Lukasz Pawelczyk
1
-28
/
+33
2014-08-28
Smack: Bring-up access mode
Casey Schaufler
1
-1
/
+10
2014-08-08
Smack: handle zero-length security labels without panic
Konstantin Khlebnikov
1
-2
/
+2
2014-08-02
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
1
-7
/
+7
2014-08-01
netlabel: shorter names for the NetLabel catmap funcs/structs
Paul Moore
1
-7
/
+7
2014-05-06
Warning in scanf string typing
Toralf Förster
1
-1
/
+1
2014-04-11
Smack: adds smackfs/ptrace interface
Lukasz Pawelczyk
1
-0
/
+74
2013-12-23
Smack: change rule cap check
Casey Schaufler
1
-1
/
+1
2013-12-23
Smack: Make the syslog control configurable
Casey Schaufler
1
-8
/
+95
2013-12-11
smack: fix: allow either entry be missing on access/access2 check (v2)
Jarkko Sakkinen
1
-14
/
+15
2013-10-18
Smack: Implement lock security mode
Casey Schaufler
1
-2
/
+8
2013-08-12
Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytes
Rafal Krypa
1
-85
/
+82
2013-08-01
Smack: network label match fix
Casey Schaufler
1
-1
/
+1
2013-08-01
security: smack: fix memleak in smk_write_rules_list()
Tomasz Stanislawski
1
-22
/
+11
2013-06-03
Smack: Fix the bug smackcipso can't set CIPSO correctly
Passion,Zhao
1
-1
/
+1
2013-05-28
Smack: Improve access check performance
Casey Schaufler
1
-25
/
+26
2013-04-03
Smack: include magic.h in smackfs.c
Casey Schaufler
1
-0
/
+1
2013-03-19
Smack: add support for modification of existing rules
Rafal Krypa
1
-79
/
+170
2013-03-19
Smack: prevent revoke-subject from failing when unseen label is written to it
Rafal Krypa
1
-3
/
+1
2012-12-14
Smack: create a sysfs mount point for smackfs
Casey Schaufler
1
-0
/
+17
2012-09-18
Smack: implement revoking all rules for a subject label
Rafal Krypa
1
-0
/
+75
2012-07-30
smack: off by one error
Alan Cox
1
-4
/
+4
2012-07-13
Smack: don't show empty rules when /smack/load or /smack/load2 is read
Rafal Krypa
1
-2
/
+3
2012-07-13
Smack: user access check bounds
Casey Schaufler
1
-14
/
+12
2012-07-13
Smack: onlycap limits on CAP_MAC_ADMIN
Casey Schaufler
1
-11
/
+10
2012-07-13
Smack: fix smack_new_inode bogosities
Casey Schaufler
1
-1
/
+0
2012-05-14
Smack: allow for significantly longer Smack labels v4
Casey Schaufler
1
-232
/
+761
2012-04-18
Smack: move label list initialization
Casey Schaufler
1
-14
/
+0
2011-11-11
Smack: smackfs cipso seq read repair
Casey Schaufler
1
-76
/
+39
2011-10-20
Smack: allow to access /smack/access as normal user
Jarkko Sakkinen
1
-15
/
+30
2011-10-18
Smack: fix: invalid length set for the result of /smack/access
Jarkko Sakkinen
1
-1
/
+1
2011-10-12
Smack: fix for /smack/access output, use string instead of byte
Jarkko Sakkinen
1
-2
/
+5
2011-10-12
Smack: Clean up comments
Casey Schaufler
1
-7
/
+0
2011-10-12
Smack: Rule list lookup performance
Casey Schaufler
1
-9
/
+75
2011-10-12
Smack: check permissions from user space (v2)
Jarkko Sakkinen
1
-63
/
+117
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-01-17
Subject: [PATCH] Smack: mmap controls for library containment
Casey Schaufler
1
-115
/
+255
2010-12-07
Smack: Transmute labels on specified directories
Jarkko Sakkinen
1
-5
/
+32
2010-12-02
This patch adds a new security attribute to Smack called
Casey Schaufler
1
-2
/
+2
2010-10-29
convert get_sb_single() users
Al Viro
1
-7
/
+5
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-23
seq_file: constify seq_operations
James Morris
1
-3
/
+3
2009-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+67
2009-05-22
smack: do not beyond ARRAY_SIZE of data
Roel Kluin
1
-1
/
+1
2009-04-15
rculist: use list_entry_rcu in places where it's appropriate
Jiri Pirko
1
-4
/
+4
2009-04-14
smack: implement logging V3
Etienne Basset
1
-0
/
+66
2009-03-28
smack: Add a new '-CIPSO' option to the network address label configuration
Etienne Basset
1
-8
/
+30
2009-03-26
smack: convert smack to standard linux lists
Etienne Basset
1
-79
/
+101
2009-03-05
smack: fixes for unlabeled host support
etienne
1
-15
/
+49
[next]