aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

Add optional --umask flag for users to set umask on entry #4

Closed yabberyabber closed 4 years ago

yabberyabber commented 4 years ago

Currently the umask from the caller's environment leaks into the spacetime and can affect the resulting snapshot.

Rather than relying on users to explicitly set their umask, bst will set it to 022 for all users.