From 48e511347c7d85478b8593e55f061a53aefbafaa Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 1 Jul 2019 13:37:55 +0000 Subject: [PATCH] fix lintian warning --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 024869b..068030d 100644 --- a/debian/control +++ b/debian/control @@ -116,5 +116,5 @@ Description: enhances misc security settings A systemd service mounts /proc with hidepid=2 at boot to prevent users from seeing each other's processes. . - The default umask is changed to 006. This allows only the owner and group to read - and write to newly created files. + The default umask is changed to 006. This allows only the owner and group to + read and write to newly created files.