Skip to content
Discussion options

You must be logged in to vote

You shouldn't need to modify any permissions on the system and doing so may cause more problems than it solves.

From https://docs.securityonion.net/en/2.3/passwords.html#os-root-account:

Your default user account should have sudo permissions. Command-line utilities that require administrative access can be prefixed with sudo. For example, the so-status command requires administrative access so you can run it with sudo as follows:

sudo so-status

So, for your example, if you want to edit /opt/so/saltstack/local/pillar/global.sls using the nano text editor, you should be able to run:

sudo nano /opt/so/saltstack/local/pillar/global.sls

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dougburks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants