Age | Commit message (Expand) | Author |
2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner |
2022-12-14 | Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-10-26 | apparmor: use type safe idmapping helpers | Christian Brauner |
2022-10-24 | apparmor: remove useless static inline functions | Gaosheng Cui |
2022-10-03 | apparmor: make __aa_path_perm() static | Xiu Jianfeng |
2022-10-03 | apparmor: rework profile->rules to be a list | John Johansen |
2022-10-03 | apparmor: refactor profile rules and attachments | John Johansen |
2022-10-03 | apparmor: add mediation class information to auditing | John Johansen |
2022-10-03 | apparmor: preparse for state being more than just an integer | John Johansen |
2022-10-03 | apparmor: convert fperm lookup to use accept as an index | John Johansen |
2022-10-03 | apparmor: combine file_rules and aa_policydb into a single shared struct | John Johansen |
2022-10-03 | apparmor: move fperm computation into policy_unpack | John Johansen |
2022-10-03 | apparmor: compute file permissions on profile load | Mike Salvatore |
2021-01-24 | apparmor: handle idmapped mounts | Christian Brauner |
2020-07-21 | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs |
2020-05-15 | apparmor: Use true and false for bool variable | Zou Wei |
2020-01-02 | apparmor: only get a label reference if the fast path check fails | John Johansen |
2019-12-03 | Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-11-22 | apparmor: make it so work buffers can be allocated from atomic context | John Johansen |
2019-11-22 | apparmor: reduce rcu_read_lock scope for aa_file_perm mediation | John Johansen |
2019-06-20 | apparmor: Switch to GFP_KERNEL where possible | Sebastian Andrzej Siewior |
2019-06-20 | apparmor: Use a memory pool instead per-CPU caches | Sebastian Andrzej Siewior |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner |
2018-10-03 | apparmor: Replace spin_is_locked() with lockdep | Lance Roy |
2018-07-19 | apparmor: Check buffer bounds when mapping permissions mask | Tyler Hicks |
2018-03-13 | apparmor: add base infastructure for socket mediation | John Johansen |
2018-02-09 | apparmor: move context.h to cred.h | John Johansen |
2017-11-21 | apparmor: initialized returned struct aa_perms | Arnd Bergmann |
2017-10-26 | Revert "apparmor: add base infastructure for socket mediation" | Linus Torvalds |
2017-09-22 | apparmor: add base infastructure for socket mediation | John Johansen |
2017-06-28 | apparmor: put back designators in struct initialisers | Stephen Rothwell |
2017-06-10 | apparmor: rework file permission to cache file access in file->ctx | John Johansen |
2017-06-10 | apparmor: move path_link mediation to using labels | John Johansen |
2017-06-10 | apparmor: refactor path name lookup and permission checks around labels | John Johansen |
2017-06-10 | apparmor: update aa_audit_file() to use labels | John Johansen |
2017-06-10 | apparmor: move aa_file_perm() to use labels | John Johansen |
2017-06-10 | apparmor: switch from profiles to using labels on contexts | John Johansen |
2017-06-10 | apparmor: revalidate files during exec | John Johansen |
2017-06-10 | apparmor: switch from file_perms to aa_perms | John Johansen |
2017-06-10 | apparmor: add gerneric permissions struct and support fns | John Johansen |
2017-06-09 | apparmor: rework perm mapping to a slightly broader set | John Johansen |
2017-06-08 | apparmor: Move path lookup to using preallocated buffers | John Johansen |
2017-06-08 | apparmor: allow profiles to provide info to disconnected paths | John Johansen |
2017-01-16 | apparmor: change aad apparmor_audit_data macro to a fn macro | John Johansen |
2017-01-16 | apparmor: change op from int to const char * | John Johansen |
2017-01-15 | apparmor: use designated initializers | Kees Cook |
2016-07-12 | apparmor: fix uninitialized lsm_audit member | John Johansen |
2016-03-28 | apparmor: constify aa_path_link() | Al Viro |
2016-03-27 | [apparmor] constify struct path * in a bunch of helpers | Al Viro |
2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells |