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

Set login umask

parent 4add2899
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,10 @@ function disable_nfs_insecure_locks {
fi
}
function set_login_umask {
sed -i 's|UMASK\t.*|UMASK\t\t077|g' /etc/login.defs
}
function setup_firewall {
function_check create_completion_file
create_completion_file
......@@ -391,6 +395,9 @@ function setup_utils {
function_check disable_nfs_insecure_locks
disable_nfs_insecure_locks
function_check set_login_umask
set_login_umask
function_check turn_off_rsys_logging
turn_off_rsys_logging
......
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