aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2017-10-31 08:46:24 -0700
committerTom Stellard <tstellar@redhat.com>2017-11-08 08:21:31 -0800
commit4e15a7343cb389e97f3eb4f49699161862d8b8b2 (patch)
tree486b79565c0989c3205c0cc5d8872e822a74cc20 /meson_options.txt
parentudev-rules: Permission changes for /dev/kvm (diff)
downloadsystemd-4e15a7343cb389e97f3eb4f49699161862d8b8b2.tar.gz
systemd-4e15a7343cb389e97f3eb4f49699161862d8b8b2.tar.bz2
systemd-4e15a7343cb389e97f3eb4f49699161862d8b8b2.zip
udev-rules: Permission changes for /dev/dri/renderD*
- Remove the uaccess tag from /dev/dri/renderD*. - Change the owning group from video to render. - Change default mode to 0666. - Add an option to allow users to set the access mode for these devices at compile time.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 50f24df1b..037c29888 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -146,6 +146,8 @@ option('nobody-group', type : 'string',
value : 'nobody')
option('dev-kvm-mode', type : 'string', value : '0666',
description : '/dev/kvm access mode')
+option('group-render-mode', type : 'string', value : '0666',
+ description : 'Access mode for devices owned by render group (e.g. /dev/dri/renderD*, /dev/kfd).')
option('default-kill-user-processes', type : 'boolean',
description : 'the default value for KillUserProcesses= setting')
option('gshadow', type : 'boolean',