aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge branch 'next' into for-linusJames Morris2011-05-2415-41/+66
|\ \ \
| * \ \ Merge branch 'master' into nextJames Morris2011-05-197-36/+69
| |\ \ \ | | | |/ | | |/|
| * | | TOMOYO: Fix wrong domainname validation.Tetsuo Handa2011-05-121-1/+1
| * | | TOMOYO: Fix refcount leak in tomoyo_mount_acl().Tetsuo Handa2011-04-201-0/+1
| * | | Merge branch 'master'; commit 'v2.6.39-rc3' into nextJames Morris2011-04-198-13/+13
| |\ \ \
| * | | | TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/auditTetsuo Handa2011-04-191-3/+2
| * | | | TOMOYO: Don't add / for allow_unmount permission check.Tetsuo Handa2011-04-191-1/+0
| * | | | TOMOYO: Fix race on updating profile's comment line.Tetsuo Handa2011-04-191-2/+10
| * | | | capabilities: do not special case exec of initEric Paris2011-04-041-9/+4
| * | | | tomoyo: fix memory leak in tomoyo_commit_ok()Xiaochen Wang2011-03-311-0/+1
| * | | | Merge branch 'next-queue' into nextJames Morris2011-03-309-25/+47
| |\ \ \ \
| | * | | | security: select correct default LSM_MMAP_MIN_ADDR on ARM.Paul Gortmaker2011-03-221-0/+1
| | * | | | KEYS: Make request_key() and co. return an error for a negative keyDavid Howells2011-03-171-0/+6
| | * | | | KEYS: Improve /proc/keysDavid Howells2011-03-177-25/+40
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-4/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-04-2615-71/+163
| |\ \ \ \ \ \
| * | | | | | | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-4/+4
* | | | | | | | selinux: avoid unnecessary avc cache stat hit countLinus Torvalds2011-05-193-9/+11
* | | | | | | | selinux: de-crapify avc cache stat code generationLinus Torvalds2011-05-191-5/+1
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-192-31/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu()Lai Jiangshan2011-05-071-17/+1
| * | | | | | | security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan2011-05-071-14/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-131-4/+0
|\ \ \ \ \ \ \
| * | | | | | | SELinux: delete debugging printks from filename_trans rule processingEric Paris2011-05-121-4/+0
* | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-05-042-4/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | 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: Make selinux cache VFS RCU walks safeEric Paris2011-04-253-25/+55
* | | | | | SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-224-7/+13
| |_|_|_|/ |/| | | |
* | | | | Fix common misspellingsLucas De Marchi2011-03-318-13/+13
| |_|/ / |/| | |
* | | | selinux: Fix regression for XorgStephen Smalley2011-03-291-1/+1
* | | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1