Remove calls to setuid and setgid
This commit is contained in:
parent
96d21fb708
commit
f3ffc66682
@ -1,6 +1,10 @@
|
||||
ChangeLog for davfs2
|
||||
--------------------
|
||||
|
||||
2019-11-26 Werner Baumann (werner.baumann@onlinehome.de)
|
||||
* umount_davfs.c:
|
||||
Remove call to setuid and setgid.
|
||||
|
||||
2019-11-19 Werner Baumann (werner.baumann@onlinehome.de)
|
||||
* mount_davs.c, check_dirs:
|
||||
Ignore EEXIST when creating DAV_SYS_RUN (bug #57233).
|
||||
|
@ -69,9 +69,6 @@
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
setuid(getuid());
|
||||
setgid(getgid());
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
textdomain(PACKAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user