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
998cd2f4
Commit
998cd2f4
authored
May 15, 2017
by
0x0916
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seccomp: update comment for function `parse_config`
Signed-off-by:
0x0916
<
w@laoqinren.net
>
parent
65afdf08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
seccomp.c
src/lxc/seccomp.c
+3
-3
No files found.
src/lxc/seccomp.c
View file @
998cd2f4
...
...
@@ -631,9 +631,9 @@ static int parse_config_v2(FILE *f, char *line, struct lxc_conf *conf)
* The first line of the config file has a policy language version
* the second line has some directives
* then comes policy subject to the directives
* right now version must be '1'
* the directives must include 'whitelist'
(only type of policy currently
*
supported
) and can include 'debug' (though debug is not yet supported).
* right now version must be '1'
or '2'
* the directives must include 'whitelist'
(version == 1 or 2) or 'blacklist'
*
(version == 2
) and can include 'debug' (though debug is not yet supported).
*/
static
int
parse_config
(
FILE
*
f
,
struct
lxc_conf
*
conf
)
{
...
...
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