Don't make config executable
This commit is contained in:
parent
a7c16737ec
commit
e94eb9c4a4
2
jlmkr.sh
2
jlmkr.sh
|
@ -452,7 +452,7 @@ create_jail() {
|
||||||
echo "SYSTEMD_NSPAWN_DEFAULT_ARGS=${systemd_nspawn_default_args[*]}"
|
echo "SYSTEMD_NSPAWN_DEFAULT_ARGS=${systemd_nspawn_default_args[*]}"
|
||||||
} >"${jail_config_path}"
|
} >"${jail_config_path}"
|
||||||
|
|
||||||
chmod 700 "${jail_config_path}"
|
chmod 600 "${jail_config_path}"
|
||||||
|
|
||||||
# Remove the cleanup trap on exit
|
# Remove the cleanup trap on exit
|
||||||
trap - EXIT
|
trap - EXIT
|
||||||
|
|
Loading…
Reference in New Issue