Unverified Commit 4f2cee1f authored by lassulus's avatar lassulus Committed by GitHub
Browse files

nixos/hedgedoc: add fchown to SystemCallFilter to fix filesystem backend (#383787)

parents f7555c4f 9f2a0522
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ in
          "@system-service"
          "~@privileged @obsolete"
          "@pkey"
          "fchown" # needed for filesystem image backend
        ];
        UMask = "0007";
      };