Doas: Difference between revisions

m add category: security
Unabomberlive (talk | contribs)
No edit summary
Line 1: Line 1:
<translate>
[https://en.wikipedia.org/wiki/Doas doas] is a utility to execute commands as a different user, typically the super user. It is often installed as a replacement for sudo, due to its ease of configuration and greater simplicity.
[https://en.wikipedia.org/wiki/Doas doas] is a utility to execute commands as a different user, typically the super user. It is often installed as a replacement for sudo, due to its ease of configuration and greater simplicity.
 
</translate>
 
<translate>
It is not recommended to use doas due to compatibility issues with sudo.
It is not recommended to use doas due to compatibility issues with sudo.
 
</translate>
 
<translate>
Flake based configurations require git to be installed as a system package in order to rebuild.
Flake based configurations require git to be installed as a system package in order to rebuild.
 
</translate>
<translate>
== Configuration ==
== Configuration ==
 
</translate>
<translate>
The following configuration will give the user <code>foo</code> the ability to execute commands as the super user via <code>doas</code>, while disabling the <code>sudo</code> command.
The following configuration will give the user <code>foo</code> the ability to execute commands as the super user via <code>doas</code>, while disabling the <code>sudo</code> command.
 
</translate>
<translate>
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
security.doas.enable = true;
security.doas.enable = true;
Line 22: Line 26:
}];
}];
</syntaxhighlight>
</syntaxhighlight>
 
</translate>
[[Category:Applications]]
[[Category:Applications]]
[[Category:Security]]
[[Category:Security]]