diff options
author | Kenton Groombridge <me@concord.sh> | 2021-10-11 10:22:32 -0400 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-01-29 17:11:51 -0800 |
commit | 4e17362cdb3c22bce7689a7e336ed0736c9f5295 (patch) | |
tree | 855629cb53cf4441f4bcac0b1b24346eb4cbc0eb /config | |
parent | container, virt: move svirt lxc domains to new container module (diff) | |
download | hardened-refpolicy-4e17362cdb3c22bce7689a7e336ed0736c9f5295.tar.gz hardened-refpolicy-4e17362cdb3c22bce7689a7e336ed0736c9f5295.tar.bz2 hardened-refpolicy-4e17362cdb3c22bce7689a7e336ed0736c9f5295.zip |
container: svirt_lxc_net_t is now container_t
svirt_lxc_domain is now container_domain and svirt_lxc_net_t is now
container_t.
Signed-off-by: Kenton Groombridge <me@concord.sh>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/appconfig-mcs/lxc_contexts | 4 | ||||
-rw-r--r-- | config/appconfig-mls/lxc_contexts | 4 | ||||
-rw-r--r-- | config/appconfig-standard/lxc_contexts | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/appconfig-mcs/lxc_contexts b/config/appconfig-mcs/lxc_contexts index bf3fcc1a4..659a0c7c5 100644 --- a/config/appconfig-mcs/lxc_contexts +++ b/config/appconfig-mcs/lxc_contexts @@ -1,3 +1,3 @@ -process = "system_u:system_r:svirt_lxc_net_t:s0" +process = "system_u:system_r:container_t:s0" content = "system_u:object_r:virt_var_lib_t:s0" -file = "system_u:object_r:svirt_lxc_file_t:s0" +file = "system_u:object_r:container_file_t:s0" diff --git a/config/appconfig-mls/lxc_contexts b/config/appconfig-mls/lxc_contexts index bf3fcc1a4..659a0c7c5 100644 --- a/config/appconfig-mls/lxc_contexts +++ b/config/appconfig-mls/lxc_contexts @@ -1,3 +1,3 @@ -process = "system_u:system_r:svirt_lxc_net_t:s0" +process = "system_u:system_r:container_t:s0" content = "system_u:object_r:virt_var_lib_t:s0" -file = "system_u:object_r:svirt_lxc_file_t:s0" +file = "system_u:object_r:container_file_t:s0" diff --git a/config/appconfig-standard/lxc_contexts b/config/appconfig-standard/lxc_contexts index b386c6ad4..2cf33ddb8 100644 --- a/config/appconfig-standard/lxc_contexts +++ b/config/appconfig-standard/lxc_contexts @@ -1,3 +1,3 @@ -process = "system_u:system_r:svirt_lxc_net_t" +process = "system_u:system_r:container_t" content = "system_u:object_r:virt_var_lib_t" -file = "system_u:object_r:svirt_lxc_file_t" +file = "system_u:object_r:container_file_t" |