Merge branch 'master' into ui-rewrite

This commit is contained in:
ilyazzz
2021-02-12 08:48:16 +02:00
committed by GitHub

View File

@@ -63,6 +63,12 @@ impl Daemon {
.arg(SOCK_PATH)
.output()
.expect("Failed to chmod");
Command::new("chown")
.arg("nobody:wheel")
.arg(SOCK_PATH)
.output()
.expect("Failed to chown");
Command::new("chown")
.arg("nobody:wheel")