Skip to content

Commit

Permalink
Merge pull request #12593 from mrkanon/rh_references
Browse files Browse the repository at this point in the history
Fix RH references for OL
  • Loading branch information
Mab879 authored Nov 11, 2024
2 parents 512d92d + 449525c commit a1b1ffd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
- name: {{{ rule_title }}} - Ensure a Final Rule Denying Everything
ansible.builtin.copy:
content: |
{{%- if 'ol' not in families %}}
# Red Hat KCS 7003854 (https://access.redhat.com/solutions/7003854)
{{%- endif %}}
deny perm=any all : all
dest: /etc/fapolicyd/rules.d/99-deny-everything.rules
owner: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# disruption = low

cat > /etc/fapolicyd/rules.d/99-deny-everything.rules << EOF
{{%- if 'ol' not in families %}}
# Red Hat KCS 7003854 (https://access.redhat.com/solutions/7003854)
{{%- endif %}}
deny perm=any all : all
EOF

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ description: |-
rationale: |-
<tt>libreport-plugin-logger</tt> is a ABRT plugin to report bugs into the
{{%- if 'ol' in families %}}
Oracle Linux Support system.
{{%- else %}}
Red Hat Support system.
{{%- endif %}}
severity: low

Expand Down

0 comments on commit a1b1ffd

Please sign in to comment.