diff options
| author | Luca Boccassi <luca.boccassi@gmail.com> | 2026-02-16 22:46:34 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-27 16:32:21 +0000 |
| commit | b28169c8cc0d8c93ccfb43700e5a76fd3013edd9 (patch) | |
| tree | 1378ad4507cf6a6b5ef70d981baaa8c1fc5af8cd /debian/network-manager.sysusers | |
| parent | 7eb5f6555ea49785f685caccbaeeba733b8d3a29 (diff) | |
Install and use sysusers.d config file
sysusers.d config files allow a package to use declarative configuration instead of manually written maintainer scripts. This also allows image-based systems to be created with /usr/ only, and also allows for factory resetting a system and recreating /etc/ on boot. https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
Diffstat (limited to 'debian/network-manager.sysusers')
| -rw-r--r-- | debian/network-manager.sysusers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/network-manager.sysusers b/debian/network-manager.sysusers new file mode 100644 index 00000000..954bd815 --- /dev/null +++ b/debian/network-manager.sysusers @@ -0,0 +1,3 @@ +# Members of group netdev get access to the PolicyKit action +# org.freedesktop.NetworkManager.settings.modify.system without prior authentication +g netdev |