summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-223-45/+5
|\ \ \
| * | | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
| * | | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
| * | | security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Lai Jiangshan2011-07-201-9/+1
| |/ /
* | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-222-3/+3
|\ \ \
| * | | ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-222-3/+3
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | KEYS: Fix error handling in construct_key_and_link()David Howells2011-06-211-1/+2
* | | | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-201-7/+1
|\ \ \
| * | | devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro2011-06-201-7/+1
* | | | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-171-2/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-06-152-1/+39
|\ \ \
| * | | SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li2011-06-141-0/+3
| * | | selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai2011-05-261-1/+36
| * | | Merge commit 'v2.6.39' into 20110526Eric Paris2011-05-2616-64/+148
| |\ \ \
* | | | | TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa2011-06-141-1/+1
* | | | | AppArmor: Fix sleep in invalid context from task_setrlimitJohn Johansen2011-06-091-1/+1
| |_|_|/ |/| | |
* | | | selinux: simplify and clean up inode_has_perm()Linus Torvalds2011-06-081-10/+15
| |_|/ |/| |
* | | AppArmor: fix oops in apparmor_setprocattrKees Cook2011-06-011-1/+2
* | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-276-7/+7
|\ \ \
| * | | Create Documentation/security/,Randy Dunlap2011-05-196-7/+7
| | |/ | |/|
* | | selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-262-11/+4
* | | cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-2/+1
* | | Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn2011-05-261-0/+1
* | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-2411-208/+370
|\ \ \ | | |/ | |/|
| * | SELINUX: add /sys/fs/selinux mount point to put selinuxfsGreg Kroah-Hartman2011-05-111-1/+11
| * | SELinux: introduce path_has_permEric Paris2011-04-281-14/+30
| * | flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-281-3/+3
| * | SELinux: pass last path component in may_createEric Paris2011-04-281-1/+2
| * | SELinux: put name based create rules in a hashtableEric Paris2011-04-283-61/+135
| * | SELinux: generic hashtab entry counterEric Paris2011-04-281-2/+2
| * | SELinux: calculate and print hashtab stats with a generic functionEric Paris2011-04-281-19/+13
| * | SELinux: skip filename trans rules if ttype does not match parent dirEric Paris2011-04-283-0/+17
| * | SELinux: rename filename_compute_type argument to *type instead of *conEric Paris2011-04-281-3/+3
| * | SELinux: fix comment to state filename_compute_type takes an objname not a qstrEric Paris2011-04-281-1/+1
| * | SMACK: smack_file_lock can use the struct pathEric Paris2011-04-251-2/+2
| * | LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHEric Paris2011-04-254-42/+50
| * | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris2011-04-255-68/+74
| * | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-253-25/+55
| * | SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-254-7/+13
| * | SELinux: security_read_policy should take a size_t not ssize_tEric Paris2011-04-252-2/+2
| * | SELinux: silence build warning when !CONFIG_BUGEric Paris2011-04-252-0/+3
| * | SELinux: delete debugging printks from filename_trans rule processingEric Paris2011-04-201-4/+0
| * | Initialize policydb.process_class eariler.Harry Ciao2011-04-071-5/+5
| * | selinux: Fix regression for XorgStephen Smalley2011-04-071-1/+1
| * | selinux: add type_transition with name extension support for selinuxfsKohei Kaigai2011-04-013-12/+25
| * | SELinux: Write class field in role_trans_write.Harry Ciao2011-03-281-2/+9
| * | SELinux: Compute role in newcontext for all classesHarry Ciao2011-03-281-11/+9
| * | SELinux: Add class support to the role_trans structureHarry Ciao2011-03-283-2/+18