From d37fd5f69384d9a6d5779b301d7b07ca422b7e2b Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Jul 13 2018 10:48:38 +0000 Subject: Update install profiles with SELinux policy package memcached-selinux is a new subpackage of memcached introduced in version 1.5.9. Policy files originate from selinux-policy repository git@github.com:fedora-selinux/selinux-policy.git commit f2a4661a115de8460b677aac4265446cdbd9ee64 spec file and makefile based on https://fedoraproject.org/wiki/SELinux/IndependentPolicy "container" install profile is to be used when the module is installed inside a container (therefore the SELinux policy would have no effect) Signed-off-by: Vit Mojzis --- diff --git a/memcached.yaml b/memcached.yaml index c14af19..5387a53 100644 --- a/memcached.yaml +++ b/memcached.yaml @@ -22,6 +22,10 @@ data: default: rpms: - memcached + - memcached-selinux + container: + rpms: + - memcached api: rpms: - memcached @@ -29,4 +33,4 @@ data: rpms: memcached: rationale: Primary component of this module. - ref: f28 + ref: master