summaryrefslogtreecommitdiffstats
path: root/security/apparmor/mount.c
diff options
context:
space:
mode:
authorJohn Johansen2017-10-11 10:04:48 +0200
committerJohn Johansen2018-02-09 20:30:01 +0100
commitd8889d49e414b371eb235c08c3a759ab3e0cfa51 (patch)
tree962ba2bf8a36f2553948abe8237bbcabe0f766e6 /security/apparmor/mount.c
parentapparmor: move task related defines and fns to task.X files (diff)
downloadkernel-qcow2-linux-d8889d49e414b371eb235c08c3a759ab3e0cfa51.tar.gz
kernel-qcow2-linux-d8889d49e414b371eb235c08c3a759ab3e0cfa51.tar.xz
kernel-qcow2-linux-d8889d49e414b371eb235c08c3a759ab3e0cfa51.zip
apparmor: move context.h to cred.h
Now that file contexts have been moved into file, and task context fns() and data have been split from the context, only the cred context remains in context.h so rename to cred.h to better reflect what it deals with. Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/mount.c')
-rw-r--r--security/apparmor/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c
index 8c558cbce930..6e8c7ac0b33d 100644
--- a/security/apparmor/mount.c
+++ b/security/apparmor/mount.c
@@ -18,7 +18,7 @@
#include "include/apparmor.h"
#include "include/audit.h"
-#include "include/context.h"
+#include "include/cred.h"
#include "include/domain.h"
#include "include/file.h"
#include "include/match.h"