Remove calls to setuid and setgid
This commit is contained in:
parent
96d21fb708
commit
f3ffc66682
@ -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).
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user