summaryrefslogtreecommitdiffstats
path: root/security/smack
AgeCommit message (Expand)AuthorLines
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
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris-2/+7
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore-1/+3
2008-10-10smack: Fix missing calls to netlbl_skbuff_err()Paul Moore-1/+4
2008-08-28Merge branch 'master' into nextJames Morris-15/+34
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells-15/+34
2008-08-05smack: limit privilege by labelCasey Schaufler-1/+102
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro-2/+1
2008-07-14security: remove register_security hookJames Morris-23/+0
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley-2/+3
2008-06-04Smack: fuse mount hang fixCasey Schaufler-0/+12
2008-04-30signals: cleanup security_task_kill() usage/implementationOleg Nesterov-9/+0
2008-04-30Smack: Integrate Smack with AuditAhmed S. Darwish-0/+155
2008-04-30Security: Make secctx_to_secid() take const secdataDavid Howells-1/+1
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+2
2008-04-29xattr: add missing consts to function argumentsDavid Howells-6/+6
2008-04-28smack: use cap_task_prctlSerge E. Hallyn-0/+1
2008-04-28smack: make smk_cipso_doi() and smk_unlbl_ambient()Casey Schaufler-2/+2
2008-04-28smack: fix integer as NULL pointer warning in smack_lsm.cHarvey Harrison-1/+1
2008-04-28Audit: collect sessionid in netlink messagesEric Paris-0/+2
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro-2/+2
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-2/+18
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish-2/+18
2008-04-12NetLabel: Allow passing the LSM domain as a shared pointerPaul Moore-1/+1
2008-03-24smackfs: remove redundant lock, fix open(,O_RDWR)Ahmed S. Darwish-33/+2
2008-03-20file capabilities: remove cap_task_kill()Serge Hallyn-5/+0
2008-03-19smack: do not dereference NULL ipc objectAhmed S. Darwish-3/+6
2008-03-13smackfs: do not trust `count' in inodes write()sAhmed S. Darwish-19/+20
2008-03-06LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris-8/+1
2008-02-23Smack: update for file capabilitiesCasey Schaufler-13/+74
2008-02-19Smack: unlabeled outgoing ambient packetsCasey Schaufler-23/+74
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-1/+1
2008-02-13Smack: check for 'struct socket' with NULL skAhmed S. Darwish-4/+5
2008-02-05Smack: Simplified Mandatory Access Control KernelCasey Schaufler-0/+4092