2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

libapparmor: Move the aa_kernel_interface API

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Tyler Hicks
2015-03-25 17:09:27 -05:00
parent 4b829aa53e
commit 7630b8aeb8
10 changed files with 43 additions and 64 deletions

View File

@@ -27,9 +27,9 @@
#include <string>
#include <sstream>
#include <sys/apparmor.h>
#include "lib.h"
#include "kernel_interface.h"
#include "parser.h"
#include "profile.h"
#include "libapparmor_re/apparmor_re.h"