From cd19c2da006d38cd0cd3653b31e398d16396d825 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 3 Mar 2020 09:18:24 -0500 Subject: [PATCH] fix lintian warning --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 3c62bfa..51e1fa8 100644 --- a/debian/control +++ b/debian/control @@ -94,10 +94,10 @@ Description: enhances misc security settings . * A systemd service restricts `/proc/cpuinfo`, `/proc/bus`, `/proc/scsi` and `/sys` to the root user only. This hides a lot of hardware identifiers from - unprivileged users and increases security as `/sys` exposes a lot of information - that shouldn't be accessible to unprivileged users. As this will break many - things, it is disabled by default and can optionally be enabled by running - `systemctl enable hide-hardware-info.service` as root. + unprivileged users and increases security as `/sys` exposes a lot of + information that shouldn't be accessible to unprivileged users. As this will + break many things, it is disabled by default and can optionally be enabled by + running `systemctl enable hide-hardware-info.service` as root. `/usr/lib/security-misc/hide-hardware-info` `/lib/systemd/system/hide-hardware-info.service` `/lib/systemd/system/user@.service.d/sysfs.conf`