summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-3/+3
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün-5/+25
2022-04-04apparmor: test: Use NULL macrosRicardo Ribalda-3/+3
2022-03-10tracehook: Remove tracehook.hEric W. Biederman-1/+0
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore-3/+10
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-66/+90
2021-11-03apparmor: remove duplicated 'Returns:' commentsAustin Kim-2/+0
2021-11-03apparmor: remove unneeded one-line hook wrappersFlorian Westphal-18/+2
2021-11-03apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva-4/+2
2021-11-03apparmor: fix zero-length compiler warning in AA_BUG()John Johansen-1/+6
2021-11-03apparmor: use per file locks for transactional queriesHamza Mahfooz-6/+5
2021-11-03apparmor: fix doc warningChenXiaoSong-1/+1
2021-11-03apparmor: Remove the repeated declarationShaokun Zhang-4/+0
2021-11-03apparmor: avoid -Wempty-body warningArnd Bergmann-1/+1
2021-11-01apparmor: Fix internal policy capable check for policy managementJohn Johansen-1/+1
2021-05-17apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann-1/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2021-03-24apparmor:match_mn() - constify devpath argumentAl Viro-2/+2
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore-1/+2
2021-02-07apparmor: fix error checkTom Rix-2/+2
2021-02-07security: apparmor: delete repeated words in commentsRandy Dunlap-2/+2
2021-02-07security: apparmor: file.h: delete duplicated wordRandy Dunlap-1/+1
2021-02-07apparmor: switch to apparmor to internal capable check for policy managementJohn Johansen-1/+17
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen-23/+51
2021-01-24apparmor: handle idmapped mountsChristian Brauner-10/+24
2021-01-24fs: make helpers idmap mount awareChristian Brauner-1/+2
2021-01-24xattr: handle idmapped mountsTycho Andersen-2/+2
2020-12-15apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko-3/+0
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-25/+25
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov-1/+1
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs-53/+42
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+2
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-119/+185
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen-6/+9
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen-2/+2
2020-06-07apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira-0/+5
2020-06-05apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen-2/+2
2020-06-05apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira-0/+5
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-7/+4
2020-06-01security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell-1/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+5
2020-05-21apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost-1/+2
2020-05-21apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang-1/+2
2020-05-21apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang-2/+1
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman-7/+4
2020-05-15apparmor: Use true and false for bool variableZou Wei-33/+33
2020-05-15security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek-6/+0