1 2 3 4 5 6 7 8 9 10 11 12
|
Subject: Change to user for unprivileged operations
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Date: 2020-05-21
Forwarded: not-needed
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,2 @@
-option('user', type: 'string', value: 'clevis', description: 'Unprivileged user for secure clevis operations')
-option('group', type: 'string', value: 'clevis', description: 'Unprivileged group for secure clevis operations')
+option('user', type: 'string', value: '_clevis', description: 'Unprivileged user for secure clevis operations')
+option('group', type: 'string', value: '_clevis', description: 'Unprivileged group for secure clevis operations')
|