Remove calls to setuid and setgid

This commit is contained in:
wbaumann 2019-11-26 11:03:27 +00:00
parent 96d21fb708
commit f3ffc66682
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2 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) 2019-11-19 Werner Baumann (werner.baumann@onlinehome.de)
* mount_davs.c, check_dirs: * mount_davs.c, check_dirs:
Ignore EEXIST when creating DAV_SYS_RUN (bug #57233). Ignore EEXIST when creating DAV_SYS_RUN (bug #57233).

View File

@ -69,9 +69,6 @@
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {
setuid(getuid());
setgid(getgid());

setlocale(LC_ALL, ""); setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR); bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE); textdomain(PACKAGE);