diff options
author | John Johansen <john.johansen@canonical.com> | 2017-06-10 03:15:56 +0300 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2017-06-11 03:11:45 +0300 |
commit | 064dc9472fa2bc31a7b178882bd7eff782c3d239 (patch) | |
tree | cb00df746773f501309f21d5da8dbf16664a0c96 /security/apparmor/include/audit.h | |
parent | 496c93196654d3e604013d750b7047886af14506 (diff) | |
download | linux-064dc9472fa2bc31a7b178882bd7eff782c3d239.tar.xz |
apparmor: mediate files when they are received
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/include/audit.h')
-rw-r--r-- | security/apparmor/include/audit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/apparmor/include/audit.h b/security/apparmor/include/audit.h index 20fa6c77db05..99ed83cf6941 100644 --- a/security/apparmor/include/audit.h +++ b/security/apparmor/include/audit.h @@ -64,6 +64,7 @@ enum audit_type { #define OP_GETATTR "getattr" #define OP_OPEN "open" +#define OP_FRECEIVE "file_receive" #define OP_FPERM "file_perm" #define OP_FLOCK "file_lock" #define OP_FMMAP "file_mmap" |