aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)Author
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2024-01-25apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin
2023-07-27apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov
2023-01-14apparmor: Fix memleak in alloc_ns()Xiu Jianfeng
2023-01-14apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng
2023-01-14apparmor: Fix abi check to include v8 abiJohn Johansen
2023-01-14apparmor: fix lockdep warning when removing a namespaceJohn Johansen
2023-01-14apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui
2022-08-25apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng
2022-08-25apparmor: fix reference count leak in aa_pivotroot()Xin Xiong
2022-08-25apparmor: fix overlapping attachment computationJohn Johansen
2022-08-25apparmor: fix setting unconfined mode on a loaded profileJohn Johansen
2022-08-25apparmor: fix aa_label_asxprint return checkTom Rix
2022-08-25apparmor: Fix failed mount permission check error messageJohn Johansen
2022-08-25apparmor: fix absroot causing audited secids to begin with =John Johansen
2022-08-25apparmor: fix quiet_denied for file rulesJohn Johansen
2021-11-18apparmor: fix error checkTom Rix
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-06-07apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-01security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost
2020-05-21apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang
2020-05-21apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-15apparmor: Use true and false for bool variableZou Wei
2020-05-15security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek
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