refactoring

This commit is contained in:
Patrick Schleizer 2019-08-14 09:38:44 +00:00
parent 15094cab4f
commit 6321ff5ad5
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -32,8 +32,6 @@
# /usr/lib/security-misc/permission-lockdown: user: geoclue | chmod o-rwx "/var/lib/geoclue"
home_folder_access_rights_lockdown() {
mkdir -p /var/cache/security-misc/state-files
shopt -s nullglob
## Not using dotglob.
@ -47,6 +45,7 @@ home_folder_access_rights_lockdown() {
if [ -f "/var/cache/security-misc/state-files/$base_name" ]; then
continue
fi
mkdir -p /var/cache/security-misc/state-files
echo "$0: chmod o-rwx \"$folder_name\""
chmod o-rwx "$folder_name"
## Create a state-file so we do this only once.