Skip to content

Commit

Permalink
Add container_file_t type for /var/lib/kolla
Browse files Browse the repository at this point in the history
Resolves: rhbz#1859592
  • Loading branch information
jpichon committed Sep 9, 2020
1 parent d529751 commit 26243bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_settings.sh.in
Expand Up @@ -30,6 +30,7 @@ declare -A custom_fcontext=(
["$LOCALSTATEDIR/log/zaqar/zaqar.log"]='httpd_log_t'
["$LOCALSTATEDIR/log/containers(/.*)?"]='container_file_t'
["$LOCALSTATEDIR/lib/config-data(/.*)?"]='container_file_t'
["$LOCALSTATEDIR/lib/kolla(/.*)?"]='container_file_t'
["$LOCALSTATEDIR/lib/tripleo-config(/.*)?"]='container_file_t'
["$BINDIR/neutron-rootwrap-daemon"]='neutron_exec_t'
["$BINDIR/neutron-vpn-agent"]='neutron_exec_t'
Expand Down

0 comments on commit 26243bf

Please sign in to comment.