Skip to content
Snippets Groups Projects
Commit a3455877 authored by Bob Mottram's avatar Bob Mottram
Browse files

proc filesystem

parent f12dbcce
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,10 @@ function separate_tmp_filesystem {
fi
}
function proc_filesystem_settings {
sed -i 's|proc /proc proc defaults |proc /proc proc defaults,nodev,nosuid |g' /etc/fstab
}
function remove_bluetooth {
rmmod -f bnep
rmmod -f bluetooth
......@@ -681,6 +685,9 @@ function setup_utils {
function_check separate_tmp_filesystem
separate_tmp_filesystem 150
function_check proc_filesystem_settings
proc_filesystem_settings
function_check optimise_filesystem
optimise_filesystem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment