Patrick Schleizer 2024-02-22 06:03:59 -05:00
parent 1e1613aa93
commit c0f98b05b6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -313,6 +313,8 @@ _mnt() {
_opt() {
## TODO: new, test
mount_folder="$NEWROOT/opt"
## Allow /opt exec as usually optional binaries are placed there such as Firefox
## when manually installed from tarball.
intended_mount_options="nosuid,nodev"
remount_secure
}