Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
d0a36f2c
Commit
d0a36f2c
authored
Sep 01, 2012
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing include for apparmor.h in conf.c
This include is conditional on apparmor being selected. Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
cb26f1a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
conf.c
src/lxc/conf.c
+4
-0
No files found.
src/lxc/conf.c
View file @
d0a36f2c
...
@@ -62,6 +62,10 @@
...
@@ -62,6 +62,10 @@
#include "lxc.h"
/* for lxc_cgroup_set() */
#include "lxc.h"
/* for lxc_cgroup_set() */
#include "caps.h"
/* for lxc_caps_last_cap() */
#include "caps.h"
/* for lxc_caps_last_cap() */
#if HAVE_APPARMOR
#include <apparmor.h>
#endif
lxc_log_define
(
lxc_conf
,
lxc
);
lxc_log_define
(
lxc_conf
,
lxc
);
#define MAXHWLEN 18
#define MAXHWLEN 18
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment