be_* -> setperms()
This commit is contained in:
@@ -102,7 +102,7 @@ char * sudo_realpath(old, new)
|
|||||||
(void) strncpy(new, old, MAXPATHLEN);
|
(void) strncpy(new, old, MAXPATHLEN);
|
||||||
|
|
||||||
/* we need to be root for this section */
|
/* we need to be root for this section */
|
||||||
be_root();
|
set_perms(PERM_ROOT);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Resolve the last component of the path if it is a link
|
* Resolve the last component of the path if it is a link
|
||||||
@@ -200,7 +200,7 @@ static void realpath_restore(cwd)
|
|||||||
char * cwd;
|
char * cwd;
|
||||||
{
|
{
|
||||||
/* relinquish root privs and chdir to where we started... */
|
/* relinquish root privs and chdir to where we started... */
|
||||||
be_user();
|
set_perms(PERM_USER);
|
||||||
if (chdir(cwd)) {
|
if (chdir(cwd)) {
|
||||||
fprintf(stderr, "Error: cannot change dir back to %s, sudo aborting!\n",
|
fprintf(stderr, "Error: cannot change dir back to %s, sudo aborting!\n",
|
||||||
cwd);
|
cwd);
|
||||||
|
Reference in New Issue
Block a user