mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-15 10:19:22 +07:00
fix
This commit is contained in:
@ -157,12 +157,11 @@ _run() {
|
|||||||
remount_secure "$@"
|
remount_secure "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
## TODO
|
_dev() {
|
||||||
# _dev() {
|
mount_folder="$NEWROOT/dev"
|
||||||
# mount_folder="$NEWROOT/dev"
|
intended_mount_options="nosuid,${noexec_maybe}"
|
||||||
# intended_mount_options="nosuid,${noexec_maybe}"
|
remount_secure "$@"
|
||||||
# remount_secure "$@"
|
}
|
||||||
# }
|
|
||||||
|
|
||||||
_dev_shm() {
|
_dev_shm() {
|
||||||
mount_folder="$NEWROOT/dev/shm"
|
mount_folder="$NEWROOT/dev/shm"
|
||||||
@ -213,9 +212,13 @@ end() {
|
|||||||
main() {
|
main() {
|
||||||
init "$@"
|
init "$@"
|
||||||
parse_options "$@"
|
parse_options "$@"
|
||||||
|
_boot "$@"
|
||||||
_run "$@"
|
_run "$@"
|
||||||
|
_dev "$@"
|
||||||
_dev_shm "$@"
|
_dev_shm "$@"
|
||||||
_tmp "$@"
|
_tmp "$@"
|
||||||
|
_var "$@"
|
||||||
|
_var_tmp "$@"
|
||||||
#_lib "$@"
|
#_lib "$@"
|
||||||
_home "$@"
|
_home "$@"
|
||||||
end "$@"
|
end "$@"
|
||||||
|
Reference in New Issue
Block a user