diff options
author | John Johansen <john.johansen@canonical.com> | 2017-10-11 11:04:48 +0300 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-02-09 22:30:01 +0300 |
commit | d8889d49e414b371eb235c08c3a759ab3e0cfa51 (patch) | |
tree | 962ba2bf8a36f2553948abe8237bbcabe0f766e6 /security/apparmor/procattr.c | |
parent | de62de59c27881c59c7df2e535cb9e1275cd52cc (diff) | |
download | linux-d8889d49e414b371eb235c08c3a759ab3e0cfa51.tar.xz |
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/procattr.c')
-rw-r--r-- | security/apparmor/procattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/procattr.c b/security/apparmor/procattr.c index d81617379d63..80c34ed373c3 100644 --- a/security/apparmor/procattr.c +++ b/security/apparmor/procattr.c @@ -13,7 +13,7 @@ */ #include "include/apparmor.h" -#include "include/context.h" +#include "include/cred.h" #include "include/policy.h" #include "include/policy_ns.h" #include "include/domain.h" |