aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
...
| * | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris2011-04-252-26/+26
| * | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-253-25/+55
| * | SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen2011-04-251-1/+5
| * | 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 '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-265-32/+69
| |\ \ \
| * | | | 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-191-17/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu()Lai Jiangshan2011-05-071-17/+1
| | |/ / | |/| |
* | | | 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-221-1/+5
* | | Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* | | 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
* | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-5/+8
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-163-7/+9
|\ \ | |/ |/|
| * net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-122-3/+3
| * netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-2/+4
| * xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller2011-02-222-2/+2
* | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-0810-201/+413
|\ \
| * | SELinux: implement the new sb_remount LSM hookEric Paris2011-03-031-0/+86
| * | SELinux: Compute SID for the newly created socketHarry Ciao2011-03-031-6/+21
| * | SELinux: Socket retains creator role and MLS attributeHarry Ciao2011-03-033-7/+29
| * | SELinux: Auto-generate security_is_socket_classHarry Ciao2011-03-031-0/+4
| * | Revert "selinux: simplify ioctl checking"Eric Paris2011-02-251-8/+42
| * | selinux: drop unused packet flow permissionsEric Paris2011-02-251-2/+1
| * | selinux: Fix packet forwarding checks on postroutingSteffen Klassert2011-02-251-18/+5
| * | selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert2011-02-251-18/+6
| * | selinux: Fix check for xfrm selinux context algorithmSteffen Klassert2011-02-251-1/+1
| * | security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-011-102/+18
| * | SELinux: Use dentry name in new object labelingEric Paris2011-02-016-37/+197
| * | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-2/+3
* | | Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2011-03-084-5/+8
|\ \ \ | |/ / |/| / | |/
| * CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-071-1/+5
| * selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-01-242-3/+3