We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cf. http://www.linuxsecurity.com/content/view/115462/151/
-m 755
mkdir -p $multirust_dir
umask 022
$multirust_dir
multirust
The text was updated successfully, but these errors were encountered:
Yes, good suggestion.
Sorry, something went wrong.
No branches or pull requests
Cf. http://www.linuxsecurity.com/content/view/115462/151/
-m 755
tomkdir -p $multirust_dir
or wrap it with a subshell withumask 022
.$multirust_dir
should be world-writable,multirust
should abort normal operation and ask the user to take some actions.The text was updated successfully, but these errors were encountered: