2020-05-21.set-unprivileged-user.patch 667 B

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