summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* IMA: set entry->action to UNKNOWN rather than hard codingEric Paris2010-04-211-1/+1
* IMA: do not allow the same rule to specify the same thing twiceEric Paris2010-04-211-1/+33
* ima: handle multiple rules per writeEric Paris2010-04-213-26/+32
* SELinux: return error codes on policy load failureEric Paris2010-04-211-15/+22
* Security: Fix the comment of cap_file_mmap()wzt.wzt@gmail.com2010-04-201-1/+1
* security: remove dead hook acctEric Paris2010-04-122-11/+0Star
* security: remove dead hook key_session_to_parentEric Paris2010-04-123-22/+0Star
* security: remove dead hook task_setgroupsEric Paris2010-04-122-11/+0Star
* security: remove dead hook task_setgidEric Paris2010-04-122-11/+0Star
* security: remove dead hook task_setuidEric Paris2010-04-122-11/+0Star
* security: remove dead hook cred_commitEric Paris2010-04-122-10/+0Star
* security: remove dead hook inode_deleteEric Paris2010-04-122-12/+0Star
* security: remove dead hook sb_post_pivotrootEric Paris2010-04-122-10/+0Star
* security: remove dead hook sb_post_addmountEric Paris2010-04-122-10/+0Star
* security: remove dead hook sb_post_remountEric Paris2010-04-122-11/+0Star
* security: remove dead hook sb_umount_busyEric Paris2010-04-122-10/+0Star
* security: remove dead hook sb_umount_closeEric Paris2010-04-122-10/+0Star
* security: remove sb_check_sb hooksEric Paris2010-04-122-11/+0Star
* Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-094-31/+31
* SMACK: remove dead cred_commit hookEric Paris2010-04-081-10/+0Star
* selinux: always call sk_security_struct sksecEric Paris2010-04-083-36/+36
* Merge branch 'master' into nextJames Morris2010-03-304-23/+9Star
|\
| * tomoyo: fix potential use after freeDan Carpenter2010-03-141-0/+1
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-3/+3
| |\
| | * fix comment typos in avc.cJustin P. Mattock2010-02-051-3/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-042-20/+5Star
| |\ \
| | * | get rid of ->mnt_parent in tomoyo/realpathAl Viro2010-03-031-1/+1
| | * | get rid of insanity with namespace roots in tomoyoAl Viro2010-03-031-19/+4Star
| | * | fix mnt_mountpoint abuse in smackAl Viro2010-03-031-1/+1
* | | | SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley2010-03-151-1/+1
* | | | security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten2010-03-102-4/+4
* | | | Security: key: keyring: fix some code style issuesChihau Chau2010-03-091-4/+3Star
* | | | Merge branch 'next-queue' into nextJames Morris2010-03-099-18/+9Star
|\ \ \ \ | |/ / / |/| | |
| * | | selinux: const strings in tablesStephen Hemminger2010-03-073-3/+3
| * | | Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com2010-03-041-4/+2Star
| * | | Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com2010-03-031-1/+0Star
| * | | Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com2010-03-021-1/+0Star
| * | | Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com2010-03-021-1/+0Star
| * | | TOMOYO: Remove unused variables.Tetsuo Handa2010-03-021-7/+3Star
| * | | Security: Add __init to register_security to disable load a security module o...wzt.wzt@gmail.com2010-03-021-1/+1
* | | | Merge branch 'next' into for-linusJames Morris2010-02-2825-1665/+1937
|\ \ \ \ | |/ / / |/| | |
| * | | SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells2010-02-261-1/+1
| * | | TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa2010-02-251-0/+4
| * | | Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com2010-02-233-18/+10Star
| * | | selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei2010-02-211-4/+39
| * | | TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa2010-02-174-32/+20Star
| * | | security: fix a couple of sparse warningsJames Morris2010-02-161-2/+3
| * | | TOMOYO: Remove unneeded parameter.Tetsuo Handa2010-02-163-38/+27Star
| * | | TOMOYO: Use shorter names.Tetsuo Handa2010-02-165-299/+250Star
| * | | TOMOYO: Use enum for index numbers.Tetsuo Handa2010-02-151-45/+54