summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2010-04-12security: remove dead hook acctEric Paris-11/+0
2010-04-12security: remove dead hook key_session_to_parentEric Paris-22/+0
2010-04-12security: remove dead hook task_setgroupsEric Paris-11/+0
2010-04-12security: remove dead hook task_setgidEric Paris-11/+0
2010-04-12security: remove dead hook task_setuidEric Paris-11/+0
2010-04-12security: remove dead hook cred_commitEric Paris-10/+0
2010-04-12security: remove dead hook inode_deleteEric Paris-12/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris-10/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris-10/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris-11/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris-10/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris-10/+0
2010-04-12security: remove sb_check_sb hooksEric Paris-11/+0
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com-31/+31
2010-04-08SMACK: remove dead cred_commit hookEric Paris-10/+0
2010-04-08selinux: always call sk_security_struct sksecEric Paris-36/+36
2010-03-31Merge branch 'master' into nextJames Morris-23/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-3/+25
2010-03-16SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley-1/+1
2010-03-15tomoyo: fix potential use after freeDan Carpenter-0/+1
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten-4/+4
2010-03-10Security: key: keyring: fix some code style issuesChihau Chau-4/+3
2010-03-09Merge branch 'next-queue' into nextJames Morris-18/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-3/+3
2010-03-08selinux: const strings in tablesStephen Hemminger-3/+3
2010-03-05Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com-4/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-20/+5
2010-03-04Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com-1/+0
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro-19/+4
2010-03-03fix mnt_mountpoint abuse in smackAl Viro-1/+1
2010-03-03Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com-1/+0
2010-03-03Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com-1/+0
2010-03-03TOMOYO: Remove unused variables.Tetsuo Handa-7/+3
2010-03-03Security: Add __init to register_security to disable load a security module o...wzt.wzt@gmail.com-1/+1
2010-03-01Merge branch 'next' into for-linusJames Morris-1665/+1937
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+5
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells-1/+1
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa-0/+4
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney-2/+5
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys-1/+1
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng-2/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com-18/+10
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei-4/+39
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa-32/+20
2010-02-16security: fix a couple of sparse warningsJames Morris-2/+3
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa-38/+27
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa-299/+250
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa-45/+54
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa-54/+436