nixos/{tmpfiles, wrappers}: explicitly set RestrictSUIDSGID false (#426882)
This commit is contained in:
@@ -318,6 +318,7 @@ in
|
|||||||
"/nix/store"
|
"/nix/store"
|
||||||
"/run/wrappers"
|
"/run/wrappers"
|
||||||
];
|
];
|
||||||
|
serviceConfig.RestrictSUIDSGID = false;
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
script = ''
|
script = ''
|
||||||
chmod 755 "${parentWrapperDir}"
|
chmod 755 "${parentWrapperDir}"
|
||||||
|
|||||||
@@ -280,6 +280,7 @@ in
|
|||||||
"network.hosts"
|
"network.hosts"
|
||||||
"ssh.authorized_keys.root"
|
"ssh.authorized_keys.root"
|
||||||
];
|
];
|
||||||
|
RestrictSUIDSGID = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user