summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dlm: delayed reply message warningDavid Teigland2011-04-016-11/+108
| * | | | dlm: Remove superfluous call to recalc_sigpending()Matt Fleming2011-03-281-1/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-05-2439-284/+603
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-2414-220/+398
| |\ \ \ \ \
| | * | | | | 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: allow 0 length elementsEric Paris2011-04-281-6/+20
| | * | | | | flex_arrays: allow zero length flex arraysEric Paris2011-04-281-1/+10
| | * | | | | flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-284-11/+14
| | * | | | | 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-255-42/+52
| | * | | | | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris2011-04-256-73/+78
| | * | | | | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-253-25/+55
| | * | | | | SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-255-8/+14
| | * | | | | 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: update git tree in MAINTAINERSEric Paris2011-04-011-1/+2
| | * | | | | 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-2425-64/+205
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch 'master' into nextJames Morris2011-05-19809-4481/+8481
| | |\ \ \ \ \
| | * | | | | | TOMOYO: Fix wrong domainname validation.Tetsuo Handa2011-05-121-1/+1
| | * | | | | | CRED: Fix load_flat_shared_library() to initialise bprm correctlyDavid Howells2011-05-031-0/+8
| | * | | | | | 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-193227-12324/+13035
| | |\ \ \ \ \ \
| | * | | | | | | 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: delete all CAP_INIT macrosEric Paris2011-04-043-13/+3
| | * | | | | | | capabilities: delete unused cap_set_fullEric Paris2011-04-042-4/+0
| | * | | | | | | capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris2011-04-042-4/+4
| | * | | | | | | capabilities: do not special case exec of initEric Paris2011-04-041-9/+4
| | * | | | | | | capabilites: allow the application of capability limits to usermode helpersEric Paris2011-04-043-0/+109
| | * | | | | | | tomoyo: fix memory leak in tomoyo_commit_ok()Xiaochen Wang2011-03-311-0/+1
| | * | | | | | | Merge branch 'next-queue' into nextJames Morris2011-03-3011-29/+66
| | |\ \ \ \ \ \ \
| | | * | | | | | | 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-179-29/+59