This commit is contained in:
Patrick Schleizer 2023-10-22 15:40:49 -04:00
parent 7112eac3be
commit a7629b98cf
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
2 changed files with 4 additions and 1 deletions

View file

@ -180,7 +180,7 @@ _tmp() {
_var() {
mount_folder="$NEWROOT/var"
## noexec: Not possible. Reason:
## Debian stores executable maintainer scripts in /var/lib/dpkg/info/ folder.
## Debian stores executable maintainer scripts in /var/lib/dpkg/info folder.
intended_mount_options="nosuid,nodev"
remount_secure "$@"
}