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

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).