Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-05-19 16:45:36 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48bc49bc21ed0aea9c1b8a06434a0db31530b217
48bc49bc
1 parent
2589dd02
Fixed name of option "--check-exec-arguments"
Was "--check-exec-args"
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.c
main.c
View file @
48bc49b
...
...
@@ -97,7 +97,7 @@ static const struct option long_options[] =
{
"secure-splitting"
,
no_argument
,
NULL
,
SECURESPLITTING
},
# endif
{
"splitting"
,
required_argument
,
NULL
,
SPLITTING
},
{
"check-execvp-arg
s"
,
optional_argument
,
NULL
,
CHECK_EXECVP_ARGS
},
{
"check-execvp-arg
uments"
,
optional_argument
,
NULL
,
CHECK_EXECVP_ARGS
},
{
"add-permitted-hook-files"
,
required_argument
,
NULL
,
ADDPERMITTEDHOOKFILES
},
# ifdef SECCOMP_SUPPORT
{
"seccomp-filter"
,
optional_argument
,
NULL
,
SECCOMP_FILTER
},
...
...
Please
register
or
login
to post a comment