Skip to content

Commit

Permalink
acct-user/gvm: Add 'gvm' user (UID 495)
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan ÇALIŞIR <[email protected]>
Closes: gentoo#13485
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
hsntgm authored and juippis committed Oct 30, 2019
1 parent 0214ac6 commit 63681a9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions acct-user/gvm/gvm-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="Greenbone vulnerability management program user"
ACCT_USER_ID=495
ACCT_USER_HOME=/var/lib/gvm
ACCT_USER_GROUPS=( gvm )

acct-user_add_deps
12 changes: 12 additions & 0 deletions acct-user/gvm/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Hasan ÇALIŞIR</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

0 comments on commit 63681a9

Please sign in to comment.