diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-31 20:31:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-13 14:42:27 +0200 |
commit | 0611a4530a57e89d274bc77b52ee61d3c41dac9d (patch) | |
tree | 8c3434150c67eb336f0f5ed78a5e7e8de54a9378 /acct-group/plugdev | |
parent | dev-erlang/stun: x86 stable wrt bug #694160 (diff) | |
download | gentoo-0611a4530a57e89d274bc77b52ee61d3c41dac9d.tar.gz gentoo-0611a4530a57e89d274bc77b52ee61d3c41dac9d.tar.bz2 gentoo-0611a4530a57e89d274bc77b52ee61d3c41dac9d.zip |
acct-group/plugdev: Introduce new group (GID 272)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'acct-group/plugdev')
-rw-r--r-- | acct-group/plugdev/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/plugdev/plugdev-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/plugdev/metadata.xml b/acct-group/plugdev/metadata.xml new file mode 100644 index 000000000000..0319eec4c8be --- /dev/null +++ b/acct-group/plugdev/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/plugdev/plugdev-0.ebuild b/acct-group/plugdev/plugdev-0.ebuild new file mode 100644 index 000000000000..14c2c876eedf --- /dev/null +++ b/acct-group/plugdev/plugdev-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group controlling access to removable media" +ACCT_GROUP_ID=272 |