summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-081-17/+336
| * apparmor: use macro template to simplify namespace seq_filesJohn Johansen2017-06-081-29/+24Star
| * apparmor: use macro template to simplify profile seq_filesJohn Johansen2017-06-081-61/+36Star
| * apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-087-69/+409
| * apparmor: Move path lookup to using preallocated buffersJohn Johansen2017-06-084-86/+53Star
| * 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/+3Star
* | doc: ReSTify apparmor.txtKees Cook2017-05-182-2/+2
|/
* apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani2017-05-091-1/+1
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-095-44/+3Star
* apparmor: Make path_max parameter readonlyJohn Johansen2017-04-071-1/+1
* apparmor: fix parameters so that the permission test is bypassed at bootJohn Johansen2017-04-072-26/+23Star
* apparmor: fix invalid reference to index variable of iterator line 836John Johansen2017-04-071-2/+4
* apparmor: use SHASH_DESC_ON_STACKNicolas Iooss2017-04-071-19/+13Star
* security/apparmor/lsm.c: set debug messagesValentin Rothberg2017-04-071-1/+1
* apparmor: fix boolreturn.cocci warningskbuild test robot2017-04-071-2/+2
* security: mark LSM hooks as __ro_after_initJames Morris2017-03-061-1/+1
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-241-1/+1
|\
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-241-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2135-1521/+2794
|\ \
| * \ Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-101-5/+2Star
| |\ \
| | * | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-5/+2Star
| | |/
| * | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-191-1/+2
| * | apparmor: fix undefined reference to `aa_g_hash_policy'John Johansen2017-01-161-1/+1
| * | apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen2017-01-164-5/+5
| * | apparmor: fix restricted endian type warnings for policy unpackJohn Johansen2017-01-161-6/+6
| * | apparmor: fix restricted endian type warnings for dfa unpackJohn Johansen2017-01-162-12/+12
| * | apparmor: add check for apparmor enabled in module parameters missing itJohn Johansen2017-01-161-0/+10
| * | apparmor: add per cpu work buffers to avoid allocating buffers at every hookJohn Johansen2017-01-162-1/+103
| * | apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingTyler Hicks2017-01-162-1/+47
| * | apparmor: support querying extended trusted helper extra dataWilliam Hua2017-01-165-0/+245
| * | apparmor: update cap audit to check SECURITY_CAP_NOAUDITJohn Johansen2017-01-161-6/+10
| * | apparmor: make computing policy hashes conditional on kernel parameterJohn Johansen2017-01-162-29/+32
| * | apparmor: convert change_profile to use fqname later to give better controlJohn Johansen2017-01-165-66/+28Star
| * | apparmor: fix change_hat debug outputJohn Johansen2017-01-161-4/+5
| * | apparmor: remove unused op parameter from simple_write_to_buffer()John Johansen2017-01-161-6/+3Star
| * | apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2017-01-1612-161/+155Star
| * | apparmor: change op from int to const char *John Johansen2017-01-1610-134/+84Star
| * | apparmor: rename context abreviation cxt to the more standard ctxJohn Johansen2017-01-165-144/+150
| * | apparmor: fail task profile update if current_cred isn't real_credJohn Johansen2017-01-161-0/+3
| * | apparmor: add per policy ns .load, .replace, .remove interface filesJohn Johansen2017-01-162-22/+130