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

2
debian/changelog vendored
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
* Initial release
* Initial release
-- Devon Kearns <dookie@kali.org> Thu, 20 Dec 2012 15:42:35 -0700

18
debian/control vendored
View File

@ -12,14 +12,14 @@ Package: unix-privesc-check
Architecture: all
Depends: ${misc:Depends}
Description: Script to check for simple privilege escalation vectors
Unix-privesc-checker is a script that runs on Unix systems
(tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
It tries to find misconfigurations that could allow local
unprivileged users to escalate privileges to other users or
Unix-privesc-checker is a script that runs on Unix systems
(tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
It tries to find misconfigurations that could allow local
unprivileged users to escalate privileges to other users or
to access local apps (e.g. databases).
.
It is written as a single shell script so it can be easily
uploaded and run (as opposed to un-tarred, compiled and
installed). It can run either as a normal user or as root
(obviously it does a better job when running as root because
it can read more files).
It is written as a single shell script so it can be easily
uploaded and run (as opposed to un-tarred, compiled and
installed). It can run either as a normal user or as root
(obviously it does a better job when running as root because
it can read more files).

2
debian/rules vendored
View File

@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
dh $@
dh $@