aboutsummaryrefslogtreecommitdiffstats
path: root/security/smack/smack_lsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-19smack: fix lots of kernel-doc notationRandy Dunlap1-28/+24
2009-01-07Merge branch 'next' into for-linusJames Morris1-55/+255
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"James Morris1-1/+0
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells1-0/+1
2009-01-04audit: validate comparison operations, store them in sane formAl Viro1-3/+3
2008-12-31smack: Add support for unlabeled network hosts and networksCasey Schaufler1-55/+255
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris1-1/+2
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells1-0/+37
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-2/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-35/+47
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-15/+17
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-14/+12
2008-11-14CRED: Detach the credentials from task_structDavid Howells1-10/+10
2008-11-14CRED: Separate task security context from task_structDavid Howells1-37/+40
2008-10-10smack: Fix missing calls to netlbl_skbuff_err()Paul Moore1-1/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-15/+34
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-2/+1
2008-07-14security: remove register_security hookJames Morris1-23/+0
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-2/+3
2008-06-04Smack: fuse mount hang fixCasey Schaufler1-0/+12
2008-04-30signals: cleanup security_task_kill() usage/implementationOleg Nesterov1-9/+0
2008-04-30Smack: Integrate Smack with AuditAhmed S. Darwish1-0/+155
2008-04-30Security: Make secctx_to_secid() take const secdataDavid Howells1-1/+1
2008-04-29xattr: add missing consts to function argumentsDavid Howells1-6/+6
2008-04-28smack: use cap_task_prctlSerge E. Hallyn1-0/+1
2008-04-28smack: fix integer as NULL pointer warning in smack_lsm.cHarvey Harrison1-1/+1
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro1-2/+2
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+6
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish1-1/+6
2008-04-12NetLabel: Allow passing the LSM domain as a shared pointerPaul Moore1-1/+1
2008-03-20file capabilities: remove cap_task_kill()Serge Hallyn1-5/+0
2008-03-19smack: do not dereference NULL ipc objectAhmed S. Darwish1-3/+6
2008-03-06LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris1-8/+1
2008-02-23Smack: update for file capabilitiesCasey Schaufler1-13/+74