From c0f98b05b609c7c8ac6f86e123af9e0642d82697 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 22 Feb 2024 06:03:59 -0500 Subject: [PATCH] comment https://github.com/Kicksecure/security-misc/pull/202 --- usr/bin/remount-secure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/bin/remount-secure b/usr/bin/remount-secure index 8927566..233287c 100755 --- a/usr/bin/remount-secure +++ b/usr/bin/remount-secure @@ -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 }