mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 19:50:39 +00:00
seccomp: remove confusing comment line
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
This commit is contained in:
parent
3a2cd4b958
commit
9c7423ce2f
@ -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.
|
||||
* 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)
|
||||
* value: the value for syscall arguments (type uint64)
|
||||
* op: the operator for syscall arguments(string),
|
||||
|
Loading…
Reference in New Issue
Block a user