summaryrefslogtreecommitdiff
path: root/security/apparmor/file.c
AgeCommit message (Expand)Author
2023-10-18apparmor: refcount the pdbJohn Johansen
2023-10-18apparmor: pass cred through to audit info.John Johansen
2023-10-18apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen
2023-10-18apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/file.cGaosheng Cui
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-10apparmor: fix kernel-doc complaintsRandy Dunlap
2022-12-14Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-10-26apparmor: use type safe idmapping helpersChristian Brauner
2022-10-24apparmor: remove useless static inline functionsGaosheng Cui
2022-10-03apparmor: make __aa_path_perm() staticXiu Jianfeng
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen
2022-10-03apparmor: add mediation class information to auditingJohn Johansen
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen
2022-10-03apparmor: convert fperm lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen
2022-10-03apparmor: move fperm computation into policy_unpackJohn Johansen
2022-10-03apparmor: compute file permissions on profile loadMike Salvatore
2021-01-24apparmor: handle idmapped mountsChristian Brauner
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs
2020-05-15apparmor: Use true and false for bool variableZou Wei
2020-01-02apparmor: only get a label reference if the fast path check failsJohn Johansen
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen
2019-11-22apparmor: reduce rcu_read_lock scope for aa_file_perm mediationJohn Johansen
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-10-03apparmor: Replace spin_is_locked() with lockdepLance Roy
2018-07-19apparmor: Check buffer bounds when mapping permissions maskTyler Hicks
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen
2017-06-28apparmor: put back designators in struct initialisersStephen Rothwell
2017-06-10apparmor: rework file permission to cache file access in file->ctxJohn Johansen
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: revalidate files during execJohn Johansen
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen
2017-06-10apparmor: add gerneric permissions struct and support fnsJohn Johansen
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen
2017-06-08apparmor: Move path lookup to using preallocated buffersJohn Johansen
2017-06-08apparmor: allow profiles to provide info to disconnected pathsJohn Johansen