aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2020-05-15apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-08apparmor: ensure that dfa state tables have entriesJohn Johansen
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-21apparmor: remove duplicate check of xattrs on profile attachment.John Johansen
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen
2020-01-21apparmor: fail unpack if profile mode is unknownJohn Johansen
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen
2020-01-21apparmor: remove useless aafs_create_symlinkJohn Johansen
2020-01-18apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen
2020-01-18apparmor: add a valid state flags checkJohn Johansen
2020-01-18AppArmor: Remove semicolonVasyl Gomonovych
2020-01-18apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring
2020-01-10kunit: building kunit as a module breaks allmodconfigAlan Maguire
2020-01-09apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen
2020-01-02apparmor: only get a label reference if the fast path check failsJohn Johansen
2020-01-02apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt
2019-12-08namei: allow nd_jump_link() to produce errorsAleksa Sarai
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen
2019-11-22apparmor: reduce rcu_read_lock scope for aa_file_perm mediationJohn Johansen
2019-11-22apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen
2019-11-22apparmor: fix unsigned len comparison with less than zeroColin Ian King
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-04vfs: Convert apparmorfs to use the new mount APIDavid Howells
2019-06-20apparmor: increase left match history buffer sizeJohn Johansen
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior
2019-06-20apparmor: Force type-casting of current->real_credBharath Vedartham
2019-06-18apparmor: reset pos on failure to unpack for various functionsMike Salvatore
2019-06-18apparmor: enforce nullbyte at end of tag stringJann Horn
2019-06-18apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-01apparmor: switch to ->free_inode()Al Viro
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-17apparmor: fix spelling mistake "immutible" -> "immutable"Colin Ian King
2019-04-11apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen
2019-04-11apparmor: fix missing ZLIB definesJohn Johansen
2019-04-11apparmor: fix blob compression build failure on ppcJohn Johansen
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson