summaryrefslogtreecommitdiffstats
path: root/security/smack
AgeCommit message (Expand)AuthorLines
2010-05-06Merge branch 'master' into nextJames Morris-0/+3
2010-04-27SMACK: Don't #include Ext2 headersDavid Howells-1/+0
2010-04-08SMACK: remove dead cred_commit hookEric Paris-10/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2010-03-03fix mnt_mountpoint abuse in smackAl Viro-1/+1
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook-2/+2
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet-2/+2
2009-09-23seq_file: constify seq_operationsJames Morris-3/+3
2009-09-23Move magic numbers into magic.hNick Black-7/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley-0/+1
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley-0/+24
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells-0/+30
2009-08-06security/smack: Use AF_INET for sin_family fieldJulia Lawall-1/+1
2009-07-10security: Make lsm_priv union in lsm_audit.h anonymousThomas Liu-6/+6
2009-07-10Move variable function in lsm_audit.h into SMACK private spaceThomas Liu-4/+5
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar-4/+4
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-126/+598
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2009-05-28smack: Remove redundant initialization.Tetsuo Handa-15/+0
2009-05-22smack: do not beyond ARRAY_SIZE of dataRoel Kluin-1/+1
2009-05-08Merge branch 'master' into nextJames Morris-5/+6
2009-04-18Smack: check for SMACK xattr validity in smack_inode_setxattrEtienne Basset-5/+6
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko-4/+4
2009-04-14smack: implement logging V3Etienne Basset-110/+597
2009-03-28smack: Add a new '-CIPSO' option to the network address label configurationEtienne Basset-10/+45
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore-118/+143
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore-1/+1
2009-03-26smack: convert smack to standard linux listsEtienne Basset-122/+168
2009-03-24Merge branch 'master' into nextJames Morris-35/+8
2009-03-05smack: fixes for unlabeled host supportetienne-50/+57
2009-03-05smack: fixes for unlabeled host supportetienne-15/+49
2009-02-19smack: fix lots of kernel-doc notationRandy Dunlap-37/+34
2009-01-27smackfs load append mode fixCasey Schaufler-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo-1/+1
2009-01-07Merge branch 'next' into for-linusJames Morris-192/+546
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris-1/+0
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells-0/+1
2009-01-04audit: validate comparison operations, store them in sane formAl Viro-3/+3
2008-12-31smack: Add support for unlabeled network hosts and networksCasey Schaufler-195/+538
2008-12-31netlabel: Update kernel configuration APIPaul Moore-5/+16
2008-12-25smackfs: check for allocation failures in smk_set_access()Sergio Luis-4/+16
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris-1/+2
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells-0/+37
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells-2/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-35/+47
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-15/+17
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-17/+15
2008-11-14CRED: Detach the credentials from task_structDavid Howells-10/+10
2008-11-14CRED: Separate task security context from task_structDavid Howells-42/+45