From 3c4e261c20ce7cab51ad9b6596db09e009efbdeb Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 17 Oct 2019 06:05:23 -0400 Subject: [PATCH] remove trailing spaces --- usr/lib/security-misc/hide-hardware-info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/security-misc/hide-hardware-info b/usr/lib/security-misc/hide-hardware-info index 93e6ea7..a07d962 100755 --- a/usr/lib/security-misc/hide-hardware-info +++ b/usr/lib/security-misc/hide-hardware-info @@ -25,13 +25,13 @@ create_whitelist() { if grep -q "${1}" /etc/group; then chmod o-rwx "${whitelist_path}" chgrp -fR "${1}" "${whitelist_path}" - + ## Changing the permissions of /sys recursively ## causes errors as the permissions of /sys/kernel/debug ## and /sys/fs/cgroup cannot be changed which makes ## systemd say the service has failed even though ## everything has completed successfully. So, this - ## returns "0" instead which makes systemd say the + ## returns "0" instead which makes systemd say the ## service has succeeded. return 0 else