Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3edcfc

Browse files
committedJun 19, 2023
sec-policys/selinux-dbus: add new package
it's a dependency from ssh module: ``` Failed to resolve typeattributeset statement at /var/lib/selinux/mcs/tmp/modules/400/ssh/cil:127 Failed to resolve AST ``` Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent b1d0c13 commit b3edcfc

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed
 

‎sdk_container/src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ RDEPEND="${RDEPEND}
146146
sec-policy/selinux-base
147147
sec-policy/selinux-base-policy
148148
sec-policy/selinux-container
149+
sec-policy/selinux-dbus
149150
sec-policy/selinux-unconfined
150151
sys-apps/acl
151152
sys-apps/attr
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST patchbundle-selinux-base-policy-2.20221101-r3.tar.bz2 444710 BLAKE2B e33cc01a8be5a354e022be1e8bf242883b09b15ead0673f859819f5e668f18773a16527f2e608878e6976695dcb2890c55658e77877e93c716ae0b2dd2ed5a9b SHA512 52e60b22346903a6fead95c9fb348fa1d4037b7dcd3e5781248a7dfc426c8c3fced258fd22762c779a5f436d8be21eaed5425ed36ff99c267daae5e1cb9c8e7f
2+
DIST patchbundle-selinux-base-policy-2.20221101-r4.tar.bz2 457886 BLAKE2B 1e085f9f1739e0640c5eafa70db4c7ec19bca887c682ca2312a457fa57ee3eb176d0c8f16c2f84a1a026669b1240be3ff69066bd825c92fad75dcd2c13739f6c SHA512 da3ba1f076c04746719698aedb3aad48eb7c8a09df95c314b36f7a052538a07d893be413f35f4c34b01c1bf967ebe35ff32c2cea0722fe74a6e089a9d6aa47a6
3+
DIST refpolicy-2.20221101.tar.bz2 583183 BLAKE2B 783d8af40fd77d7ddb848dba32e91921dd7c1380c094c45b719ada7b15f91aacbb52b410ffa6341f2f705ecbc9674b8570bd4867ce998e944fa0054ffd8bdf74 SHA512 29e5a29d90f714018c88fead2d5006ea90338fb5b7a1e4e98cb2e588c96cd861871d32176f6cc6f7c4e864ce5acae1aeed85d4c706ce2da8168986535baaf3a6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>selinux@gentoo.org</email>
6+
<name>SELinux Team</name>
7+
</maintainer>
8+
</pkgmetadata>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 1999-2022 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI="7"
5+
6+
IUSE=""
7+
MODS="dbus"
8+
9+
inherit selinux-policy-2
10+
11+
DESCRIPTION="SELinux policy for dbus"
12+
13+
if [[ ${PV} != 9999* ]] ; then
14+
KEYWORDS="amd64 arm arm64 ~mips x86"
15+
fi
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI="7"
5+
6+
IUSE=""
7+
MODS="dbus"
8+
9+
inherit selinux-policy-2
10+
11+
DESCRIPTION="SELinux policy for dbus"
12+
13+
if [[ ${PV} != 9999* ]] ; then
14+
KEYWORDS="amd64 arm arm64 ~mips x86"
15+
fi
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 1999-2021 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI="7"
5+
6+
IUSE=""
7+
MODS="dbus"
8+
9+
inherit selinux-policy-2
10+
11+
DESCRIPTION="SELinux policy for dbus"
12+
13+
if [[ ${PV} != 9999* ]] ; then
14+
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
15+
fi

0 commit comments

Comments
 (0)
Please sign in to comment.