update contents of /etc/sudoers.d/qubes

This commit is contained in:
Patrick Schleizer 2024-02-19 06:19:02 -05:00 committed by GitHub
parent 6c34fa0042
commit 10c2379dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -10,7 +10,16 @@ ref: 165
title: Passwordless root access in qubes
---
The background to passswordless root access is summarised in this statement, that used to be found at `/etc/sudoers.d/qubes` in each qube:
The sudoers configuration drop-in snippet `/etc/sudoers.d/qubes` in each qube contains:
```
Defaults !requiretty
%qubes ALL=(ALL) ROLE=unconfined_r TYPE=unconfined_t NOPASSWD: ALL
# vim: ft=sudoers
```
The rationale for passswordless root access is summarised in the following statement:
```
user ALL=(ALL) NOPASSWD: ALL