Re: "semanage user" and -s option

2018-09-05 Thread Stephen Smalley
t seems that the usage would rather be "... --add ( -L LEVEL -R ROLES -r RANGE SEUSER)". Looking at the code, it seems that parser_add_seuser() is not used in setupUserParser() [1], and everything works fine when using "semanage user" without -s option. Am I missing something

Re: "semanage user" and -s option

2018-09-05 Thread Dominick Grift
E SEUSER)". Looking at the code, it seems that > parser_add_seuser() is not used in setupUserParser() [1], and > everything works fine when using "semanage user" without -s option. Am > I missing something obvious, or should I write a patch which fixes t

"semanage user" and -s option

2018-09-05 Thread Nicolas Iooss
--add ( -L LEVEL -R ROLES -r RANGE SEUSER)". Looking at the code, it seems that parser_add_seuser() is not used in setupUserParser() [1], and everything works fine when using "semanage user" without -s option. Am I missing something obvious, or should I write a patch which fixes the