summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2012-08-17KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells
2012-08-17fcaps: clear the same personality flags as suid when fcaps are usedEric Paris
2012-08-17security: fix compile error in commoncap.cJonghwan Choi
2011-06-26CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-06-26SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris
2011-06-26SELinux: define permissions for DCB netlink messagesEric Paris
2011-04-17ima: fix add LSM rule bugMimi Zohar
2011-01-06KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells
2011-01-06KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells
2011-01-06KEYS: Return more accurate error codesDan Carpenter
2010-05-14mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook
2010-05-05KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()David Howells
2010-05-05KEYS: Fix an RCU warning in the reading of user keysDavid Howells
2010-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-04-27keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells
2010-04-24keys: fix an RCU warningDavid Howells
2010-04-22security: testing the wrong variable in create_by_name()Dan Carpenter
2010-04-15SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15tomoyo: fix potential use after freeDan Carpenter
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro
2010-03-03fix mnt_mountpoint abuse in smackAl Viro
2010-03-01Merge branch 'next' into for-linusJames Morris
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa
2010-02-16security: fix a couple of sparse warningsJames Morris
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa
2010-02-15TOMOYO: Merge headers.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa
2010-02-09selinux: fix memory leak in sel_make_boolsXiaotian Feng
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa