-
This commit is contained in:
parent
d9c5b06ab7
commit
2168f0bbcc
@ -121,8 +121,8 @@ sudo semanage port -a -t ssh_port_t -p tcp 2222
|
|||||||
# Change opencanaryd file type to a 'bin_t' type. Will ensure that the file type does not trisition to a confined domain
|
# Change opencanaryd file type to a 'bin_t' type. Will ensure that the file type does not trisition to a confined domain
|
||||||
# Without this instruction, SELinux will block many actions
|
# Without this instruction, SELinux will block many actions
|
||||||
echo "Adding rules for SELinux to let opencanaryd service run..."
|
echo "Adding rules for SELinux to let opencanaryd service run..."
|
||||||
#sudo chcon -t bin_t /var/lib/canary-env/bin/opencanaryd
|
sudo chcon -t bin_t /var/lib/canary-env/bin/opencanaryd
|
||||||
sudo semanage fcontext -a -t bin_t /var/lib/canary-env/bin/opencanaryd
|
#sudo semanage fcontext -a -t bin_t /var/lib/canary-env/bin/opencanaryd
|
||||||
|
|
||||||
echo "Setting SELinux to permisive - IMPORTANT - This action must be removed for production"
|
echo "Setting SELinux to permisive - IMPORTANT - This action must be removed for production"
|
||||||
# ----- TODO Change this setting -----
|
# ----- TODO Change this setting -----
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user