aboutsummaryrefslogtreecommitdiffstats
path: root/security (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21IMA: reject policies with unknown entriesEric Paris1-0/+1
2010-04-21IMA: set entry->action to UNKNOWN rather than hard codingEric Paris1-1/+1
2010-04-21IMA: do not allow the same rule to specify the same thing twiceEric Paris1-1/+33
2010-04-21ima: handle multiple rules per writeEric Paris3-26/+32
2010-04-21SELinux: return error codes on policy load failureEric Paris1-15/+22
2010-04-20Security: Fix the comment of cap_file_mmap()wzt.wzt@gmail.com1-1/+1
2010-04-12security: remove dead hook acctEric Paris2-11/+0
2010-04-12security: remove dead hook key_session_to_parentEric Paris3-22/+0
2010-04-12security: remove dead hook task_setgroupsEric Paris2-11/+0
2010-04-12security: remove dead hook task_setgidEric Paris2-11/+0
2010-04-12security: remove dead hook task_setuidEric Paris2-11/+0
2010-04-12security: remove dead hook cred_commitEric Paris2-10/+0
2010-04-12security: remove dead hook inode_deleteEric Paris2-12/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris2-10/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris2-10/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris2-11/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris2-10/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris2-10/+0
2010-04-12security: remove sb_check_sb hooksEric Paris2-11/+0
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com4-31/+31
2010-04-08SMACK: remove dead cred_commit hookEric Paris1-10/+0
2010-04-08selinux: always call sk_security_struct sksecEric Paris3-36/+36
2010-03-31Merge branch 'master' into nextJames Morris4-23/+9
2010-03-16SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten2-4/+4
2010-03-10Security: key: keyring: fix some code style issuesChihau Chau1-4/+3
2010-03-09Merge branch 'next-queue' into nextJames Morris9-18/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-08selinux: const strings in tablesStephen Hemminger3-3/+3
2010-03-05Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com1-4/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-20/+5
2010-03-04Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com1-1/+0
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03fix mnt_mountpoint abuse in smackAl Viro1-1/+1
2010-03-03Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com1-1/+0
2010-03-03Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com1-1/+0
2010-03-03TOMOYO: Remove unused variables.Tetsuo Handa1-7/+3
2010-03-03Security: Add __init to register_security to disable load a security module on runtimewzt.wzt@gmail.com1-1/+1
2010-03-01Merge branch 'next' into for-linusJames Morris25-1665/+1937
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+5
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells1-1/+1
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa1-0/+4
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2-2/+5
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys1-1/+1
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng1-2/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com3-18/+10
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei1-4/+39
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa4-32/+20