mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2025-04-16 03:00:34 +00:00
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:
parent
1945fd02c5
commit
29a75ac32a
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||||
|
18
debian/control
vendored
18
debian/control
vendored
@ -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).
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -10,4 +10,4 @@
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user