summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-5/+5
|\
| * capabilities: allow nice if we are privilegedSerge Hallyn2013-08-301-4/+4
| * userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman2013-08-301-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-09-0728-547/+1666
|\ \
| * \ Merge branch 'smack-for-3.12' of git://git.gitorious.org/smack-next/kernel in...James Morris2013-08-234-114/+150
| |\ \
| | * | Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytesRafal Krypa2013-08-121-85/+82
| | * | Smack: network label match fixCasey Schaufler2013-08-013-9/+31
| | * | security: smack: add a hash table to quicken smk_find_entry()Tomasz Stanislawski2013-08-013-9/+37
| | * | security: smack: fix memleak in smk_write_rules_list()Tomasz Stanislawski2013-08-011-22/+11
| | |/
| * | apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen2013-08-148-6/+199
| * | apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen2013-08-144-1/+15
| * | apparmor: add the profile introspection file to interfaceJohn Johansen2013-08-141-0/+236
| * | apparmor: add an optional profile attachment string for profilesJohn Johansen2013-08-144-0/+40
| * | apparmor: add interface files for profiles and namespacesJohn Johansen2013-08-147-29/+436
| * | apparmor: allow setting any profile into the unconfined stateJohn Johansen2013-08-145-9/+22
| * | apparmor: make free_profile available outside of policy.cJohn Johansen2013-08-143-7/+7
| * | apparmor: rework namespace free pathJohn Johansen2013-08-142-35/+10
| * | apparmor: update how unconfined is handledJohn Johansen2013-08-143-83/+67
| * | apparmor: change how profile replacement update is doneJohn Johansen2013-08-146-87/+125
| * | apparmor: convert profile lists to RCU based lockingJohn Johansen2013-08-144-111/+167
| * | apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen2013-08-144-146/+283
| * | apparmor: add a features/policy dir to interfaceJohn Johansen2013-08-141-0/+5
| * | apparmor: enable users to query whether apparmor is enabledJohn Johansen2013-08-141-1/+1
| * | apparmor: remove minimum size check for vmalloc()Tetsuo Handa2013-08-141-5/+0
| * | xattr: Constify ->name member of "struct xattr".Tetsuo Handa2013-07-255-24/+14
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-1/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-13/+11
| |\ \
| * | | net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-1/+6
| | |/ | |/|
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-041-0/+2
|\ \ \
| * | | module/lsm: Have apparmor module parameters work with no argsSteven Rostedt2013-08-201-0/+2
| |/ /
* | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-39/+26
|\ \ \ | |_|/ |/| |
| * | cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-1/+1
| * | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-8/+3
| * | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-6/+6
| * | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-11/+11
| * | cgroup: add css_parent()Tejun Heo2013-08-081-13/+5
| * | cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-1/+1
| * | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-2/+2
| |/
* / Smack: IPv6 casting error fix for 3.11Casey Schaufler2013-08-061-13/+11
|/
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-111-1/+1
|\
| * security: cap_inode_getsecctx returning garbageJ. Bruce Fields2013-05-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-1/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-20/+14
| |\ \
| * | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
| | |/ | |/|
* | | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-096-15/+138
|\ \ \
| * | | NFS: Extend NFS xattr handlers to accept the security namespaceDavid Quigley2013-06-081-0/+1
| * | | NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-0/+4
| * | | SELinux: Add new labeling type native labelsDavid Quigley2013-06-083-10/+32
| * | | LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley2013-06-083-5/+19
| * | | Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley2013-06-084-0/+29