Merge pull request #359 from gkroon/linuxprivchecker

adding app-exploits/linuxprivchecker as per #350
This commit is contained in:
Anton Bolshakov 2018-09-05 08:32:16 +06:00 committed by GitHub
commit ea01062d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1 @@
DIST linuxprivchecker-20160302.tar.gz 7278 BLAKE2B b4a0699486f9b8184d7a6a492a7171dc6803a7556e0a3b75c4f86a638b64c07fc87549b1a6238b92f9ff2c86b3401960d86cd19430b22e2bdb052fff277f356b SHA512 e211e56bf53479ac4c1e6754a5ddf2a691480fed0618b45f3c7b196b0d92b12db1bbd782afe3819fba270b8013fec234ceafedea087621d8a0115683954d5a26

View file

@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Local Linux enumeration and privilege escalation checker."
HOMEPAGE="https://github.com/sleventyeleven/linuxprivchecker"
COMMIT="e048a31a8852a604b4f953c39e2d9b6d08c5d6bb"
MY_P="${PN}-${COMMIT}"
SRC_URI="https://github.com/sleventyeleven/linuxprivchecker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Unknown"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/share/linuxprivchecker
doins linuxprivchecker.py
}

View file

@ -8,6 +8,6 @@ app-exploits/weevely
=app-exploits/routersploit-3*
app-exploits/webshells
~app-exploits/linuxprivchecker-20160302
~app-exploits/linux-exploit-suggester-20140519
~app-exploits/linenum-20180827