Age | Commit message (Expand) | Author |
2022-03-10 | tracehook: Remove tracehook.h | Eric W. Biederman |
2021-11-22 | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() | Paul Moore |
2021-11-11 | Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-11-03 | apparmor: remove duplicated 'Returns:' comments | Austin Kim |
2021-11-03 | apparmor: remove unneeded one-line hook wrappers | Florian Westphal |
2021-11-03 | apparmor: Use struct_size() helper in kzalloc() | Gustavo A. R. Silva |
2021-11-03 | apparmor: fix zero-length compiler warning in AA_BUG() | John Johansen |
2021-11-03 | apparmor: use per file locks for transactional queries | Hamza Mahfooz |
2021-11-03 | apparmor: fix doc warning | ChenXiaoSong |
2021-11-03 | apparmor: Remove the repeated declaration | Shaokun Zhang |
2021-11-03 | apparmor: avoid -Wempty-body warning | Arnd Bergmann |
2021-11-01 | apparmor: Fix internal policy capable check for policy management | John Johansen |
2021-05-17 | apparmor: use get_unaligned() only for multi-byte words | Arnd Bergmann |
2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2021-03-24 | apparmor:match_mn() - constify devpath argument | Al Viro |
2021-03-22 | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore |
2021-02-07 | apparmor: fix error check | Tom Rix |
2021-02-07 | security: apparmor: delete repeated words in comments | Randy Dunlap |
2021-02-07 | security: apparmor: file.h: delete duplicated word | Randy Dunlap |
2021-02-07 | apparmor: switch to apparmor to internal capable check for policy management | John Johansen |
2021-02-07 | apparmor: update policy capable checks to use a label | John Johansen |
2021-01-24 | apparmor: handle idmapped mounts | Christian Brauner |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen |
2020-12-15 | apparmor: remove duplicate macro list_entry_is_head() | Andy Shevchenko |
2020-12-03 | security: add const qualifier to struct sock in various places | Florian Westphal |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-11 | Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-08-06 | Replace HTTP links with HTTPS ones: security | Alexander A. Klimov |
2020-07-21 | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs |
2020-06-09 | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2020-06-07 | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-06-07 | apparmor: Fix memory leak of profile proxy | John Johansen |
2020-06-07 | apparmor: fix introspection of of task mode for unconfined tasks | John Johansen |
2020-06-07 | apparmor: check/put label on apparmor_sk_clone_security() | Mauricio Faria de Oliveira |
2020-06-05 | apparmor: fix introspection of of task mode for unconfined tasks | John Johansen |
2020-06-05 | apparmor: check/put label on apparmor_sk_clone_security() | Mauricio Faria de Oliveira |
2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-01 | security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS | Anders Roxell |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-21 | apparmor: Fix use-after-free in aa_audit_rule_init | Navid Emamdoost |
2020-05-21 | apparmor: Fix aa_label refcnt leak in policy_update | Xiyu Yang |
2020-05-21 | apparmor: fix potential label refcnt leak in aa_change_profile | Xiyu Yang |
2020-05-20 | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman |
2020-05-15 | apparmor: Use true and false for bool variable | Zou Wei |
2020-05-15 | security/apparmor/label.c: Clean code by removing redundant instructions | Mateusz Nosek |
2020-05-15 | apparmor: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-08 | apparmor: ensure that dfa state tables have entries | John Johansen |