Выполнение программ используя пароль пользователя, сохраненный в ключах ядра.

git-svn-id: http://svn.calculate.ru/overlay@269 c91db197-33c1-4113-bf15-f8a5c547ca64
atratsevskiy
atratsevskiy 16 years ago
parent 22cfb5c9f5
commit 518ed10165

@ -0,0 +1,2 @@
DIST keyexec-0.1.1.tar.bz2 6168 RMD160 2a1ed09044f1073e66929b66d48dd734e3602d3e SHA1 779110ed5b82bc45144e8515ffb9f7a91a675e64 SHA256 d33ee1c836d8cee7ed63376c9effb90f1759d806fcaa433be4425881fadb3d9e
EBUILD keyexec-0.1.1.ebuild 568 RMD160 c7c825821d27979ae116a286d6e497b352ce158b SHA1 4fbf237f65aba47690654a1502384418db3771b1 SHA256 01c3dab11f5970f382107315367990d65708367ba0dbea1c8cc714d7c9e12d99

@ -0,0 +1,21 @@
# Copyright 2007 Calculate Pack, http://www.calculate-linux.ru
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Starts other program using the password of the user kept in the kernel"
HOMEPAGE="http://www.calculate-linux.ru/keyexec"
SRC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-apps/keyutils-1.1
>=sys-auth/pam_keystore-0.1"
#RDEPEND=""
src_compile() {
make CFLAGS="-Wall ${CFLAGS}" || die
}
src_install() {
emake install DESTDIR="${D}"
}
Loading…
Cancel
Save