mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 11:26:08 -04:00
fix
This commit is contained in:
parent
4288e10554
commit
6675a2e931
1 changed files with 9 additions and 6 deletions
|
@ -157,12 +157,11 @@ _run() {
|
|||
remount_secure "$@"
|
||||
}
|
||||
|
||||
## TODO
|
||||
# _dev() {
|
||||
# mount_folder="$NEWROOT/dev"
|
||||
# intended_mount_options="nosuid,${noexec_maybe}"
|
||||
# remount_secure "$@"
|
||||
# }
|
||||
_dev() {
|
||||
mount_folder="$NEWROOT/dev"
|
||||
intended_mount_options="nosuid,${noexec_maybe}"
|
||||
remount_secure "$@"
|
||||
}
|
||||
|
||||
_dev_shm() {
|
||||
mount_folder="$NEWROOT/dev/shm"
|
||||
|
@ -213,9 +212,13 @@ end() {
|
|||
main() {
|
||||
init "$@"
|
||||
parse_options "$@"
|
||||
_boot "$@"
|
||||
_run "$@"
|
||||
_dev "$@"
|
||||
_dev_shm "$@"
|
||||
_tmp "$@"
|
||||
_var "$@"
|
||||
_var_tmp "$@"
|
||||
#_lib "$@"
|
||||
_home "$@"
|
||||
end "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue