index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apparmor: remove useless static inline function is_deleted
Colin Ian King
2024-05-10
1
-13
/
+0
*
apparmor: refcount the pdb
John Johansen
2023-10-19
1
-6
/
+6
*
apparmor: pass cred through to audit info.
John Johansen
2023-10-19
1
-43
/
+88
*
apparmor: rename audit_data->label to audit_data->subj_label
John Johansen
2023-10-19
1
-1
/
+1
*
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
2023-10-19
1
-34
/
+34
*
apparmor: Fix kernel-doc warnings in apparmor/file.c
Gaosheng Cui
2023-07-10
1
-3
/
+3
*
Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-07-07
1
-1
/
+1
|
\
|
*
apparmor: fix kernel-doc complaints
Randy Dunlap
2023-01-10
1
-1
/
+1
*
|
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
/
*
Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-14
1
-88
/
+37
|
\
|
*
apparmor: remove useless static inline functions
Gaosheng Cui
2022-10-25
1
-13
/
+0
|
*
apparmor: make __aa_path_perm() static
Xiu Jianfeng
2022-10-03
1
-3
/
+4
|
*
apparmor: rework profile->rules to be a list
John Johansen
2022-10-03
1
-2
/
+4
|
*
apparmor: refactor profile rules and attachments
John Johansen
2022-10-03
1
-6
/
+8
|
*
apparmor: add mediation class information to auditing
John Johansen
2022-10-03
1
-1
/
+1
|
*
apparmor: preparse for state being more than just an integer
John Johansen
2022-10-03
1
-6
/
+6
|
*
apparmor: convert fperm lookup to use accept as an index
John Johansen
2022-10-03
1
-2
/
+4
|
*
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
2022-10-03
1
-9
/
+11
|
*
apparmor: move fperm computation into policy_unpack
John Johansen
2022-10-03
1
-97
/
+0
|
*
apparmor: compute file permissions on profile load
Mike Salvatore
2022-10-03
1
-39
/
+89
*
|
apparmor: use type safe idmapping helpers
Christian Brauner
2022-10-26
1
-1
/
+3
|
/
*
apparmor: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+3
*
audit: purge audit_log_string from the intra-kernel audit API
Richard Guy Briggs
2020-07-21
1
-18
/
+7
*
apparmor: Use true and false for bool variable
Zou Wei
2020-05-15
1
-6
/
+6
*
apparmor: only get a label reference if the fast path check fails
John Johansen
2020-01-02
1
-4
/
+8
*
Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-12-03
1
-16
/
+29
|
\
|
*
apparmor: make it so work buffers can be allocated from atomic context
John Johansen
2019-11-23
1
-9
/
+12
|
*
apparmor: reduce rcu_read_lock scope for aa_file_perm mediation
John Johansen
2019-11-23
1
-3
/
+3
|
*
apparmor: Switch to GFP_KERNEL where possible
Sebastian Andrzej Siewior
2019-06-20
1
-1
/
+1
|
*
apparmor: Use a memory pool instead per-CPU caches
Sebastian Andrzej Siewior
2019-06-20
1
-7
/
+17
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
1
-5
/
+1
|
/
*
apparmor: Replace spin_is_locked() with lockdep
Lance Roy
2018-10-03
1
-1
/
+1
*
apparmor: Check buffer bounds when mapping permissions mask
Tyler Hicks
2018-07-20
1
-1
/
+2
*
apparmor: add base infastructure for socket mediation
John Johansen
2018-03-14
1
-0
/
+30
*
apparmor: move context.h to cred.h
John Johansen
2018-02-09
1
-1
/
+1
*
apparmor: initialized returned struct aa_perms
Arnd Bergmann
2017-11-21
1
-7
/
+1
*
Revert "apparmor: add base infastructure for socket mediation"
Linus Torvalds
2017-10-26
1
-30
/
+0
*
apparmor: add base infastructure for socket mediation
John Johansen
2017-09-22
1
-0
/
+30
*
apparmor: put back designators in struct initialisers
Stephen Rothwell
2017-06-28
1
-2
/
+2
*
apparmor: rework file permission to cache file access in file->ctx
John Johansen
2017-06-11
1
-6
/
+76
*
apparmor: move path_link mediation to using labels
John Johansen
2017-06-11
1
-44
/
+57
*
apparmor: refactor path name lookup and permission checks around labels
John Johansen
2017-06-11
1
-35
/
+77
*
apparmor: update aa_audit_file() to use labels
John Johansen
2017-06-11
1
-6
/
+12
*
apparmor: move aa_file_perm() to use labels
John Johansen
2017-06-11
1
-8
/
+40
*
apparmor: switch from profiles to using labels on contexts
John Johansen
2017-06-11
1
-9
/
+9
*
apparmor: revalidate files during exec
John Johansen
2017-06-11
1
-0
/
+72
*
apparmor: switch from file_perms to aa_perms
John Johansen
2017-06-11
1
-17
/
+14
*
apparmor: add gerneric permissions struct and support fns
John Johansen
2017-06-11
1
-15
/
+15
*
apparmor: rework perm mapping to a slightly broader set
John Johansen
2017-06-09
1
-27
/
+16
*
apparmor: Move path lookup to using preallocated buffers
John Johansen
2017-06-08
1
-6
/
+7
[next]