diff options
Diffstat (limited to '0001-Use-Arch-Linux-device-access-groups.patch')
| -rw-r--r-- | 0001-Use-Arch-Linux-device-access-groups.patch | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/0001-Use-Arch-Linux-device-access-groups.patch b/0001-Use-Arch-Linux-device-access-groups.patch index 78c9f33..a53e094 100644 --- a/0001-Use-Arch-Linux-device-access-groups.patch +++ b/0001-Use-Arch-Linux-device-access-groups.patch @@ -25,6 +25,7 @@ index 76ad51d3fb..5cf679b088 100644 foreach option : ['adm-gid', 'audio-gid', - 'cdrom-gid', + 'clock-gid', - 'dialout-gid', 'disk-gid', 'input-gid', @@ -44,25 +45,27 @@ index 76ad51d3fb..5cf679b088 100644 'wheel-gid', 'systemd-journal-gid', diff --git a/meson_options.txt b/meson_options.txt -index 814f340840..253a77ecb3 100644 +index c616f23297..b35d37faf2 100644 --- a/meson_options.txt +++ b/meson_options.txt -@@ -257,10 +257,6 @@ option('adm-gid', type : 'integer', value : 0, +@@ -289,12 +289,8 @@ option('adm-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "adm" group') option('audio-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "audio" group') -option('cdrom-gid', type : 'integer', value : 0, - description : 'soft-static allocation for the "cdrom" group') + option('clock-gid', type : 'integer', value : 0, + description : 'soft-static allocation for the "clock" group') -option('dialout-gid', type : 'integer', value : 0, - description : 'soft-static allocation for the "dialout" group') option('disk-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "disk" group') option('input-gid', type : 'integer', value : 0, -@@ -271,18 +267,22 @@ option('kvm-gid', type : 'integer', value : 0, +@@ -305,18 +301,22 @@ option('kvm-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "kvm" group') option('lp-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "lp" group') -+option('optical-gid', type : 'integer', value : '0', ++option('optical-gid', type : 'integer', value : 0, + description : 'soft-static allocation for the "optical" group') option('render-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "render" group') @@ -70,7 +73,7 @@ index 814f340840..253a77ecb3 100644 description : 'soft-static allocation for the "sgx" group') -option('tape-gid', type : 'integer', value : 0, - description : 'soft-static allocation for the "tape" group') -+option('storage-gid', type : 'integer', value : '0', ++option('storage-gid', type : 'integer', value : 0, + description : 'soft-static allocation for the "storage" group') option('tty-gid', type : 'integer', value : 5, description : 'the numeric GID of the "tty" group') @@ -78,7 +81,7 @@ index 814f340840..253a77ecb3 100644 description : 'soft-static allocation for the "users" group') option('utmp-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "utmp" group') -+option('uucp-gid', type : 'integer', value : '0', ++option('uucp-gid', type : 'integer', value : 0, + description : 'soft-static allocation for the "uucp" group') option('video-gid', type : 'integer', value : 0, description : 'soft-static allocation for the "video" group') @@ -125,6 +128,7 @@ index a602b872e4..8d38febb6a 100644 # Physical and virtual hardware access groups g audio {{AUDIO_GID }} - - -g cdrom {{CDROM_GID }} - - + g clock {{CLOCK_GID }} - - -g dialout {{DIALOUT_GID}} - - g disk {{DISK_GID }} - - g input {{INPUT_GID }} - - |
