summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa2012-07-141-2/+3
* Smack: user access check boundsCasey Schaufler2012-07-141-14/+12Star
* Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler2012-07-144-26/+34
* Smack: fix smack_new_inode bogositiesCasey Schaufler2012-07-143-8/+2Star
* ima: audit is compiled only when enabledDmitry Kasatkin2012-07-054-5/+13
* ima: ima_initialized is set only if successfulDmitry Kasatkin2012-07-051-1/+2
* ima: add policy for pseudo fsDmitry Kasatkin2012-07-051-0/+2
* ima: remove unused cleanup functionsDmitry Kasatkin2012-07-023-20/+0Star
* ima: free securityfs violations fileDmitry Kasatkin2012-07-021-0/+1
* ima: use full pathnames in measurement listMimi Zohar2012-07-022-7/+39
* security: Fix nommu build.Paul Mundt2012-07-021-0/+1
* Merge commit 'v3.5-rc2' into nextJames Morris2012-06-1016-186/+173Star
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-017-72/+80
| |\
| | * take calculation of final prot in security_mmap_file() into a helperAl Viro2012-06-011-18/+28
| | * take security_mmap_file() outside of ->mmap_semAl Viro2012-06-011-3/+30
| | * split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-316-51/+30Star
| | * split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-314-12/+26
| | * selinuxfs snprintf() misusesAl Viro2012-05-301-29/+7Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-51/+44Star
| |\ \
| | * | keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-243-41/+44
| | * | TIF_NOTIFY_RESUME is defined on all targets nowAl Viro2012-05-241-10/+0Star
| | |/
| * | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-06-012-2/+2
| * | kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-06-011-10/+3Star
| * | security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton2012-06-011-1/+1
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-244-29/+41
| |\
| | * userns: Convert capabilities related permsion checksEric W. Biederman2012-05-031-15/+26
| | * userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-2/+1Star
| | * userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-1/+2
| | * userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-261-2/+3
| | * userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-081-1/+1
| | * cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-081-1/+1
| | * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-084-10/+10
| * | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-231-8/+2Star
| |\ \
| | * | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-8/+2Star
| | |/
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-2250-1102/+1857
| |\ \
| * | | netfilter: remove ip_queue supportPablo Neira Ayuso2012-05-081-13/+0Star
* | | | KEYS: Fix some sparse warningsDavid Howells2012-05-254-4/+6
| |/ / |/| |
* | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-2229-335/+415
|\ \ \
| * | | SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris2012-04-091-4/+0Star
| * | | SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-096-47/+15Star
| * | | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackWanlong Gao2012-04-091-2/+2
| * | | SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris2012-04-093-91/+16Star
| * | | SELinux: remove auditdeny from selinux_audit_dataEric Paris2012-04-091-8/+1Star
| * | | LSM: do not initialize common_audit_data to 0Eric Paris2012-04-0911-44/+44
| * | | LSM: BUILD_BUG_ON if the common_audit_data union ever growsEric Paris2012-04-091-0/+7
| * | | LSM: remove the task field from common_audit_dataEric Paris2012-04-092-7/+2Star
| * | | apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris2012-04-093-3/+11
| * | | LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-0910-43/+43
| * | | SELinux: move common_audit_data to a noinline slow path functionEric Paris2012-04-091-11/+21
| * | | SELinux: remove inode_has_perm_noadpEric Paris2012-04-091-24/+4Star