File: 2020-05-21.set-unprivileged-user.patch

package info (click to toggle)
clevis 19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: sh: 4,675; ansic: 1,281; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (3)
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')