index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
audit.c
Age
Commit message (
Expand
)
Author
2019-01-31
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
2018-06-07
apparmor: Fix memory leak of rule on error exit path
Tyler Hicks
2018-06-07
apparmor: modify audit rule support to support profile stacks
John Johansen
2018-06-07
apparmor: Add support for audit rule filtering
Matthew Garrett
2017-06-10
apparmor: switch from profiles to using labels on contexts
John Johansen
2017-01-16
apparmor: replace remaining BUG_ON() asserts with AA_BUG()
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-16
apparmor: split apparmor policy namespaces code into its own file
John Johansen
2016-07-12
apparmor: fix uninitialized lsm_audit member
John Johansen
2013-10-29
apparmor: remove parent task info from audit logging
John Johansen
2013-10-29
apparmor: remove tsk field from the apparmor_audit_struct
John Johansen
2013-04-28
apparmor: fix the audit type table
John Johansen
2012-04-09
apparmor: move task from common_audit_data to apparmor_audit_data
Eric Paris
2012-04-03
lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...
Linus Torvalds
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
2012-03-14
AppArmor: add const qualifiers to string arrays
Jan Engelhardt
2012-02-27
AppArmor: Fix dropping of allowed operations that are force audited
John Johansen
2011-12-09
apparmor: add missing rcu_dereference()
Kees Cook
2010-08-02
AppArmor: basic auditing infrastructure.
John Johansen