mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-08 00:32:42 -04:00
comment
This commit is contained in:
parent
fa0804b7ae
commit
ce0babce21
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ _run() {
|
||||||
|
|
||||||
_dev() {
|
_dev() {
|
||||||
mount_folder="/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"
|
intended_mount_options="nosuid,noexec"
|
||||||
remount_secure "$@"
|
remount_secure "$@"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue