Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
This commit is contained in:
Kali Janitor
2020-07-27 03:51:10 +00:00
parent 1945fd02c5
commit 29a75ac32a
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ unix-privesc-check (1.4~svn361-1kali1) kali; urgency=low
unix-privesc-check (1.4~svn361-1kali0) kali; urgency=low unix-privesc-check (1.4~svn361-1kali0) kali; urgency=low
* Initial release * Initial release
-- Devon Kearns <dookie@kali.org> Thu, 20 Dec 2012 15:42:35 -0700 -- Devon Kearns <dookie@kali.org> Thu, 20 Dec 2012 15:42:35 -0700
+9 -9
View File
@@ -12,14 +12,14 @@ Package: unix-privesc-check
Architecture: all Architecture: all
Depends: ${misc:Depends} Depends: ${misc:Depends}
Description: Script to check for simple privilege escalation vectors Description: Script to check for simple privilege escalation vectors
Unix-privesc-checker is a script that runs on Unix systems Unix-privesc-checker is a script that runs on Unix systems
(tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2). (tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
It tries to find misconfigurations that could allow local It tries to find misconfigurations that could allow local
unprivileged users to escalate privileges to other users or unprivileged users to escalate privileges to other users or
to access local apps (e.g. databases). to access local apps (e.g. databases).
. .
It is written as a single shell script so it can be easily It is written as a single shell script so it can be easily
uploaded and run (as opposed to un-tarred, compiled and uploaded and run (as opposed to un-tarred, compiled and
installed). It can run either as a normal user or as root installed). It can run either as a normal user or as root
(obviously it does a better job when running as root because (obviously it does a better job when running as root because
it can read more files). it can read more files).
+1 -1
View File
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1 #export DH_VERBOSE=1
%: %:
dh $@ dh $@