index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
include
/
file.h
Age
Commit message (
Expand
)
Author
2023-10-18
apparmor: pass cred through to audit info.
John Johansen
2023-08-08
apparmor: cleanup unused functions in file.h
Xiu Jianfeng
2022-10-03
apparmor: make __aa_path_perm() static
Xiu Jianfeng
2022-10-03
apparmor: make sure perm indexes are accumulated
John Johansen
2022-10-03
apparmor: extend xindex size
John Johansen
2022-10-03
apparmor: move dfa perm macros into policy_unpack
John Johansen
2022-10-03
apparmor: preparse for state being more than just an integer
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
2022-07-19
apparmor: extend policydb permission set by making use of the xbits
John Johansen
2021-11-11
Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-02-07
security: apparmor: file.h: delete duplicated word
Randy Dunlap
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
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-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-01-08
LSM: Infrastructure management of the file security
Casey Schaufler
2017-08-01
apparmor: Refactor to remove bprm_secureexec hook
Kees Cook
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: revalidate files during exec
John Johansen
2017-06-10
apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()
John Johansen
2017-06-10
apparmor: switch from file_perms to aa_perms
John Johansen
2017-06-09
apparmor: rework perm mapping to a slightly broader set
John Johansen
2017-06-08
apparmor: move permissions into their own file to be more easily shared
John Johansen
2017-06-08
apparmor: move file context into file.h
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
2016-03-28
apparmor: constify aa_path_link()
Al Viro
2016-03-27
[apparmor] constify struct path * in a bunch of helpers
Al Viro
2013-04-28
apparmor: fix sparse warnings
John Johansen
2012-09-21
userns: Convert apparmor to use kuid and kgid where appropriate
Eric W. Biederman
2012-02-27
AppArmor: Fix underflow in xindex calculation
John Johansen
2011-01-10
headers: path.h redux
Alexey Dobriyan
2010-08-02
AppArmor: file enforcement routines
John Johansen