This commit is contained in:
Patrick Schleizer 2023-10-22 15:35:03 -04:00
parent fa0804b7ae
commit ce0babce21
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -159,6 +159,8 @@ _run() {
_dev() {
mount_folder="/dev"
## /dev should be nosuid,noexec as per:
## https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1991975
intended_mount_options="nosuid,noexec"
remount_secure "$@"
}