summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann2021-05-171-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+2
|\
| * apparmor:match_mn() - constify devpath argumentAl Viro2021-03-241-2/+2
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+2
|/
* apparmor: handle idmapped mountsChristian Brauner2021-01-243-10/+24
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* xattr: handle idmapped mountsTycho Andersen2021-01-241-2/+2
* apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko2020-12-151-3/+0
* security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-033-5/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds2020-08-111-1/+1
|\
| * Replace HTTP links with HTTPS ones: securityAlexander A. Klimov2020-08-061-1/+1
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-075-25/+25
* | audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs2020-07-214-53/+42
* | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-091-1/+2
|\ \
| * | security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-1/+2
* | | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-0711-119/+185
|\ \ \
| * | | apparmor: Fix memory leak of profile proxyJohn Johansen2020-06-073-6/+9
| * | | apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-071-2/+2
| * | | apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-071-0/+5
| * | | apparmor: Use true and false for bool variableZou Wei2020-05-152-33/+33
| * | | security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek2020-05-151-6/+0
| * | | apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
| * | | apparmor: ensure that dfa state tables have entriesJohn Johansen2020-04-081-0/+5
| * | | apparmor: remove duplicate check of xattrs on profile attachment.John Johansen2020-01-211-17/+0
| * | | apparmor: add outofband transition and use it in xattr matchJohn Johansen2020-01-214-7/+62
| * | | apparmor: fail unpack if profile mode is unknownJohn Johansen2020-01-211-0/+4
| * | | apparmor: fix nnp subset test for unconfinedJohn Johansen2020-01-213-4/+39
| * | | apparmor: remove useless aafs_create_symlinkJohn Johansen2020-01-211-41/+9
| * | | apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen2020-01-181-0/+6
| * | | apparmor: add a valid state flags checkJohn Johansen2020-01-182-0/+8
| * | | AppArmor: Remove semicolonVasyl Gomonovych2020-01-181-1/+1
| * | | apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring2020-01-181-2/+2
* | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-043-7/+4
|\ \ \ \
| * | | | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-203-7/+4
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-243-4/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost2020-05-211-1/+2
| * | | apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang2020-05-211-1/+2
| * | | apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang2020-05-211-2/+1
| |/ /
* / / sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
|/ /
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-3/+0
* | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-293-0/+627
|\ \
| * | kunit: building kunit as a module breaks allmodconfigAlan Maguire2020-01-101-1/+1
| * | apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore2020-01-093-0/+627
| |/
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-2/+4
|\ \ | |/ |/|
| * namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-081-2/+4
* | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-043-42/+46
* | apparmor: only get a label reference if the fast path check failsJohn Johansen2020-01-021-4/+8
* | apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
|/