15 lines
288 B
Bash
15 lines
288 B
Bash
# Copyright 2023 Dustin C. Hatch
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
IUSE=""
|
|
MODS="aimee-os"
|
|
POLICY_FILES="aimee-os.te aimee-os.fc aimee-os.if"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for AimeeOS"
|
|
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|