Change pwd to / for all init scripts, #181224.
This commit is contained in:
@ -977,6 +977,9 @@ int main (int argc, char **argv)
|
||||
service = argv[1];
|
||||
applet = rc_xstrdup (basename (service));
|
||||
atexit (cleanup);
|
||||
|
||||
/* Change dir to / to ensure all init scripts don't use stuff in pwd */
|
||||
chdir ("/");
|
||||
|
||||
/* Show help if insufficient args */
|
||||
if (argc < 3) {
|
||||
|
Reference in New Issue
Block a user