proc filesystem
This commit is contained in:
parent
f12dbcce87
commit
a3455877ca
|
@ -131,6 +131,10 @@ function separate_tmp_filesystem {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function proc_filesystem_settings {
|
||||||
|
sed -i 's|proc /proc proc defaults |proc /proc proc defaults,nodev,nosuid |g' /etc/fstab
|
||||||
|
}
|
||||||
|
|
||||||
function remove_bluetooth {
|
function remove_bluetooth {
|
||||||
rmmod -f bnep
|
rmmod -f bnep
|
||||||
rmmod -f bluetooth
|
rmmod -f bluetooth
|
||||||
|
@ -681,6 +685,9 @@ function setup_utils {
|
||||||
function_check separate_tmp_filesystem
|
function_check separate_tmp_filesystem
|
||||||
separate_tmp_filesystem 150
|
separate_tmp_filesystem 150
|
||||||
|
|
||||||
|
function_check proc_filesystem_settings
|
||||||
|
proc_filesystem_settings
|
||||||
|
|
||||||
function_check optimise_filesystem
|
function_check optimise_filesystem
|
||||||
optimise_filesystem
|
optimise_filesystem
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue