enabled dropped privileges agaon (disabled by prev commit)
This commit is contained in:
parent
2e23856676
commit
61bdab7bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -875,7 +875,7 @@ main(int argc,
|
|||
cbuf_free(cb);
|
||||
}
|
||||
/* Drop privileges to WWWUSER if started as root */
|
||||
if (0 && restconf_drop_privileges(h, WWWUSER) < 0)
|
||||
if (restconf_drop_privileges(h, WWWUSER) < 0)
|
||||
goto done;
|
||||
|
||||
/* Init cligen buffers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue