diff options
author | Tom Stellard <tstellar@redhat.com> | 2017-10-31 08:41:53 -0700 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2017-11-08 08:17:49 -0800 |
commit | b8fd3d82205f632ce001fade74fed287e1564a1a (patch) | |
tree | dceecf3d045b1f02e245595a91f60663e357ddd8 /meson_options.txt | |
parent | 0ed782021b3051043b9eefdc5c5cbd239c7f7ffe (diff) | |
download | systemd-b8fd3d82205f632ce001fade74fed287e1564a1a.tar.gz |
udev-rules: Permission changes for /dev/kvm
- Remove uaccess tag from /dev/kvm.
- Change the default mode for /dev/kvm to 0666.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 3de72acf95..50f24df1b3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -144,7 +144,7 @@ option('nobody-user', type : 'string', option('nobody-group', type : 'string', description : 'The name of the nobody group (the one with GID 65534)', value : 'nobody') -option('dev-kvm-mode', type : 'string', value : '0660', +option('dev-kvm-mode', type : 'string', value : '0666', description : '/dev/kvm access mode') option('default-kill-user-processes', type : 'boolean', description : 'the default value for KillUserProcesses= setting') |