Unverified Commit 3a8dc6fe authored by Marcus Ramberg's avatar Marcus Ramberg
Browse files

nixos/kanidm: allow unixd-tasks to read /etc/{passwd/group/shadow}

This seems needed to allow map_group to work

fixes
 process_etc_passwd_group [ 107µs | 100.00% ]
┕━ 🚨 [error]:  | err: Os { code: 2, kind: NotFound, message: "No such file or directory" }
parent 495051f6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -996,6 +996,9 @@ in
          "-/etc/resolv.conf"
          "-/etc/nsswitch.conf"
          "-/etc/hosts"
          "-/etc/passwd"
          "-/etc/group"
          "-/etc/shadow"
          "-/etc/localtime"
          "-/etc/kanidm"
          "-/etc/static/kanidm"