aboutsummaryrefslogtreecommitdiff
path: root/security/smack
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Smack: check for SMACK xattr validity in smack_inode_setxattrGravatar Etienne Basset 1-5/+6
2009-03-28smack: Add a new '-CIPSO' option to the network address label configurationGravatar Etienne Basset 4-10/+45
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsGravatar Paul Moore 2-118/+143
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxGravatar Paul Moore 1-1/+1
2009-03-26smack: convert smack to standard linux listsGravatar Etienne Basset 4-122/+168
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-35/+8
2009-03-05smack: fixes for unlabeled host supportGravatar etienne 2-50/+57
2009-03-05smack: fixes for unlabeled host supportGravatar etienne 1-15/+49
2009-02-19smack: fix lots of kernel-doc notationGravatar Randy Dunlap 3-37/+34
2009-01-27smackfs load append mode fixGravatar Casey Schaufler 1-1/+1
2009-01-08remove lots of double-semicolonsGravatar Fernando Carrijo 1-1/+1
2009-01-07Merge branch 'next' into for-linusGravatar James Morris 4-192/+546
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...Gravatar James Morris 1-1/+0
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]Gravatar David Howells 1-0/+1
2009-01-04audit: validate comparison operations, store them in sane formGravatar Al Viro 1-3/+3
2008-12-31smack: Add support for unlabeled network hosts and networksGravatar Casey Schaufler 4-195/+538
2008-12-31netlabel: Update kernel configuration APIGravatar Paul Moore 1-5/+16
2008-12-25smackfs: check for allocation failures in smk_set_access()Gravatar Sergio Luis 1-4/+16
2008-12-20security: pass mount flags to security_sb_kern_mount()Gravatar James Morris 1-1/+2
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsGravatar David Howells 1-0/+37
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-2/+1
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-35/+47
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-15/+17
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 3-17/+15
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 1-10/+10
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 3-42/+45
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...Gravatar James Morris 2-2/+7
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsGravatar Paul Moore 1-1/+3
2008-10-10smack: Fix missing calls to netlbl_skbuff_err()Gravatar Paul Moore 1-1/+4
2008-08-28Merge branch 'master' into nextGravatar James Morris 1-15/+34
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-15/+34
2008-08-05smack: limit privilege by labelGravatar Casey Schaufler 3-1/+102
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 1-2/+1
2008-07-14security: remove register_security hookGravatar James Morris 1-23/+0
2008-07-14Security: split proc ptrace checking into read vs. attachGravatar Stephen Smalley 1-2/+3
2008-06-04Smack: fuse mount hang fixGravatar Casey Schaufler 1-0/+12
2008-04-30signals: cleanup security_task_kill() usage/implementationGravatar Oleg Nesterov 1-9/+0
2008-04-30Smack: Integrate Smack with AuditGravatar Ahmed S. Darwish 1-0/+155
2008-04-30Security: Make secctx_to_secid() take const secdataGravatar David Howells 1-1/+1
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2008-04-29xattr: add missing consts to function argumentsGravatar David Howells 1-6/+6
2008-04-28smack: use cap_task_prctlGravatar Serge E. Hallyn 1-0/+1
2008-04-28smack: make smk_cipso_doi() and smk_unlbl_ambient()Gravatar Casey Schaufler 1-2/+2
2008-04-28smack: fix integer as NULL pointer warning in smack_lsm.cGravatar Harvey Harrison 1-1/+1
2008-04-28Audit: collect sessionid in netlink messagesGravatar Eric Paris 1-0/+2
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathGravatar Al Viro 1-2/+2
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 3-2/+18
2008-04-19Security: Introduce security= boot parameterGravatar Ahmed S. Darwish 3-2/+18
2008-04-12NetLabel: Allow passing the LSM domain as a shared pointerGravatar Paul Moore 1-1/+1
2008-03-24smackfs: remove redundant lock, fix open(,O_RDWR)Gravatar Ahmed S. Darwish 1-33/+2