summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apparmor: share profile name on replacementJohn Johansen2017-06-103-9/+72
* apparmor: convert to profile block critical sectionsJohn Johansen2017-06-108-56/+162
* apparmor: move bprm_committing_creds/committed_creds to lsm.cJohn Johansen2017-06-103-32/+30
* apparmor: fix display of ns nameJohn Johansen2017-06-101-1/+1
* apparmor: fix apparmor_query dataJohn Johansen2017-06-101-2/+6
* apparmor: fix policy load/remove semanticsJohn Johansen2017-06-102-15/+13
* apparmor: add namespace lookup fns()John Johansen2017-06-103-4/+73
* apparmor: cleanup __find_child()John Johansen2017-06-101-8/+8
* apparmor: provide information about path buffer size at bootJohn Johansen2017-06-101-2/+9
* apparmor: add profile permission query abilityJohn Johansen2017-06-101-1/+102
* apparmor: switch from file_perms to aa_permsJohn Johansen2017-06-105-48/+29
* apparmor: add gerneric permissions struct and support fnsJohn Johansen2017-06-104-17/+153
* apparmor: add fn to test if profile supports a given mediation classJohn Johansen2017-06-101-0/+10
* apparmor: speed up transactional queriesJohn Johansen2017-06-101-11/+114
* apparmor: add label data availability to the feature setJohn Johansen2017-06-101-0/+10
* apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen2017-06-101-1/+94
* apparmor: add policy revision file interfaceJohn Johansen2017-06-104-1/+116
* apparmor: provide finer control over policy managementJohn Johansen2017-06-103-23/+35
* apparmor: rework perm mapping to a slightly broader setJohn Johansen2017-06-095-53/+133
* apparmor: move permissions into their own file to be more easily sharedJohn Johansen2017-06-084-19/+43
* apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen2017-06-081-26/+37
* apparmor: allow specifying an already created dir to create ns entries inJohn Johansen2017-06-083-7/+8
* apparmor: rename apparmor file fns and data to indicate useJohn Johansen2017-06-089-127/+172
* apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen2017-06-082-17/+338
* apparmor: use macro template to simplify namespace seq_filesJohn Johansen2017-06-081-29/+24
* apparmor: use macro template to simplify profile seq_filesJohn Johansen2017-06-081-61/+36
* apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-087-69/+409
* securityfs: add the ability to support symlinksJohn Johansen2017-06-082-21/+135
* apparmor: Move path lookup to using preallocated buffersJohn Johansen2017-06-084-86/+53
* apparmor: allow profiles to provide info to disconnected pathsJohn Johansen2017-06-086-17/+34
* apparmor: make internal lib fn skipn_spaces available to the rest of apparmorJohn Johansen2017-06-082-1/+2
* apparmor: move file context into file.hJohn Johansen2017-06-082-32/+32
* security/apparmor: Use POSIX-compatible "printf '%s'"Thomas Schneider2017-06-081-2/+2
* apparmor: Fix error cod in __aa_fs_profile_mkdir()Dan Carpenter2017-06-081-2/+4
* apparmorfs: Use seq_putc() in two functionsMarkus Elfring2017-06-081-2/+2
* apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()Markus Elfring2017-06-081-4/+3
* Sync to mainline for security submaintainers to work againstJames Morris2017-05-2212304-301209/+1332732
|\
| * Linux 4.12-rc2v4.12-rc2Linus Torvalds2017-05-211-1/+1
| * x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
| * Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-212-3/+5
| |\
| | * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
| | * fix unsafe_put_user()Al Viro2017-05-211-1/+1
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
| |\ \
| | * | sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| | |/
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-212-8/+11
| |\ \
| | * | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
| | * | irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
| | * | irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3
| | * | irqchip/mbigen: Fix memory mapping codeHanjun Guo2017-05-121-3/+6