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
9c7423ce
Commit
9c7423ce
authored
May 23, 2018
by
Felix Abecassis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seccomp: remove confusing comment line
Signed-off-by:
Felix Abecassis
<
fabecassis@nvidia.com
>
parent
3a2cd4b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
seccomp.c
src/lxc/seccomp.c
+0
-1
No files found.
src/lxc/seccomp.c
View file @
9c7423ce
...
@@ -164,7 +164,6 @@ static enum scmp_compare parse_v2_rule_op(char *s)
...
@@ -164,7 +164,6 @@ static enum scmp_compare parse_v2_rule_op(char *s)
/* This function is used to parse the args string into the structure.
/* This function is used to parse the args string into the structure.
* args string format:[index,value,op,valueTwo] or [index,value,op]
* args string format:[index,value,op,valueTwo] or [index,value,op]
* For one arguments, [index,value,valueTwo,op]
* index: the index for syscall arguments (type uint)
* index: the index for syscall arguments (type uint)
* value: the value for syscall arguments (type uint64)
* value: the value for syscall arguments (type uint64)
* op: the operator for syscall arguments(string),
* op: the operator for syscall arguments(string),
...
...
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