aboutsummaryrefslogtreecommitdiffstats
path: root/security/smack/smack_lsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro1-2/+3
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-21/+27
2011-04-25SMACK: smack_file_lock can use the struct pathEric Paris1-2/+2
2011-04-25LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHEric Paris1-14/+20
2011-04-25LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris1-16/+16
2011-04-25SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen1-1/+5
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen1-1/+5
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+4
2011-02-09Smack: correct final mmap check comparisonCasey Schaufler1-1/+1
2011-02-09Smack: correct behavior in the mmap hookCasey Schaufler1-36/+49
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-1/+4
2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler1-42/+227
2011-01-10Merge branch 'master' into nextJames Morris1-7/+7
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-7/+7
2010-12-07Smack: Transmute labels on specified directoriesJarkko Sakkinen1-24/+50
2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler1-50/+142
2010-11-29Smack: UDS revisionCasey Schaufler1-43/+63
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris1-6/+2
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris1-1/+2
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-3/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris1-0/+2
2010-08-02smack: opt_dentry is never null in in smack_d_instantiate()Dan Carpenter1-12/+2
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-04-27SMACK: Don't #include Ext2 headersDavid Howells1-1/+0
2010-04-08SMACK: remove dead cred_commit hookEric Paris1-10/+0
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
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-03-03fix mnt_mountpoint abuse in smackAl Viro1-1/+1
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-2/+2
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-2/+2
2009-09-23Move magic numbers into magic.hNick Black1-7/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley1-0/+1
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information.David P. Quigley1-0/+24
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+30
2009-08-06security/smack: Use AF_INET for sin_family fieldJulia Lawall1-1/+1
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar1-4/+4
2009-05-28smack: Remove redundant initialization.Tetsuo Handa1-15/+0
2009-05-08Merge branch 'master' into nextJames Morris1-5/+6
2009-04-18Smack: check for SMACK xattr validity in smack_inode_setxattrEtienne Basset1-5/+6
2009-04-14smack: implement logging V3Etienne Basset1-92/+298
2009-03-28smack: Add a new '-CIPSO' option to the network address label configurationEtienne Basset1-2/+9
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore1-117/+143
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-1/+1
2009-03-26smack: convert smack to standard linux listsEtienne Basset1-2/+17
2009-03-24Merge branch 'master' into nextJames Morris1-35/+8
2009-03-05smack: fixes for unlabeled host supportetienne1-35/+8