Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Remove the append.
  • Loading branch information
bordenit authored and brandond committed Jul 15, 2024
1 parent 5073efd commit 505630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ setup_fapolicy_rules() {
if [ -r /etc/redhat-release ] || [ -r /etc/centos-release ] || [ -r /etc/oracle-release ] || [ -r /etc/rocky-release ] || [ -r /etc/amazon-linux-release ]; then
verify_fapolicyd || return 0
# setting rke2 fapolicyd rules
cat <<-EOF >>"/etc/fapolicyd/rules.d/80-rke2.rules"
cat <<-EOF >"/etc/fapolicyd/rules.d/80-rke2.rules"
allow perm=any all : dir=/var/lib/rancher/
allow perm=any all : dir=/opt/cni/
allow perm=any all : dir=/run/k3s/
Expand Down

0 comments on commit 505630f

Please sign in to comment.