summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* SELinux: implement the new sb_remount LSM hookEric Paris2011-03-031-0/+86
* LSM: Pass -o remount options to the LSMEric Paris2011-03-032-0/+11
* 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/+1Star
* selinux: Fix packet forwarding checks on postroutingSteffen Klassert2011-02-251-18/+5Star
* selinux: Fix wrong checks for selinux_policycap_netpeerSteffen Klassert2011-02-251-18/+6Star
* selinux: Fix check for xfrm selinux context algorithmSteffen Klassert2011-02-251-1/+1
* security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-012-11/+0Star
* security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-011-102/+18Star
* 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-014-6/+13
* CacheFiles: Add calls to path-based security hooksDavid Howells2011-01-241-0/+3
* security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbitShan Wei2011-01-242-2/+0Star
* Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler2011-01-174-178/+522
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-01-1010-930/+943
|\
| * SELinux: define permissions for DCB netlink messagesEric Paris2010-12-161-0/+2
| * selinux: cache sidtab_context_to_sid resultsEric Paris2010-12-072-2/+39
| * SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris2010-12-021-1/+4
| * SELinux: merge policydb_index_classes and policydb_index_othersEric Paris2010-11-301-59/+10Star
| * selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-305-68/+127
| * selinux: convert type_val_to_struct to flex_arrayEric Paris2010-11-303-13/+34
| * SELinux: do not set automatic i_ino in selinuxfsEric Paris2010-11-301-1/+0Star
| * selinux: rework security_netlbl_secattr_to_sidEric Paris2010-11-301-21/+21
| * SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-171/+157Star
| * SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-337/+311Star
| * SELinux: standardize return code handling in policydb.cEric Paris2010-11-301-287/+268Star
* | Merge branch 'master' into nextJames Morris2011-01-098-28/+42
|\ \
| * \ Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-073-6/+20
| |\ \
| | * | fs: rcu-walk for path lookupNick Piggin2011-01-071-0/+9
| | * | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
| | * | fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+0Star
| | * | fs: dcache scale subdirsNick Piggin2011-01-071-2/+10
| | * | fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-01-064-21/+20Star
| |\ \ \ | | |/ / | |/| |
| | * | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller2011-01-064-15/+14Star
| | * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-276-35/+10Star
| | |\ \
| | * | | SELinux: indicate fatal error in compat netfilter codeEric Paris2010-11-231-2/+2
| | * | | SELinux: Only return netlink error when we know the return is fatalEric Paris2010-11-231-4/+4
| | * | | SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorEric Paris2010-11-171-8/+8
| * | | | ima: fix add LSM rule bugMimi Zohar2011-01-041-0/+2
| | |/ / | |/| |
| * | | KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells2010-12-241-1/+0Star
| | |/ | |/|
* | | encrypted-keys: style and other cleanupMimi Zohar2010-12-152-37/+29Star
* | | encrypted-keys: verify datablob size before converting to binaryMimi Zohar2010-12-151-14/+15
* | | trusted-keys: kzalloc and other cleanupMimi Zohar2010-12-151-18/+16Star
* | | trusted-keys: additional TSS return code and other error handlingMimi Zohar2010-12-151-62/+87
* | | Smack: Transmute labels on specified directoriesJarkko Sakkinen2010-12-074-43/+139
* | | This patch adds a new security attribute to Smack calledCasey Schaufler2010-12-024-54/+176