Skip to content

Commit

Permalink
Policy now manages Mission Portals httpd.conf ownership and permissions
Browse files Browse the repository at this point in the history
Ticket: ENT-11096
Changelog: Title
  • Loading branch information
nickanderson committed Dec 12, 2023
1 parent 115d55e commit 700efe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cfe_internal/enterprise/mission_portal.cf
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ bundle agent mission_portal_apache_from_stage(config, staged_config)
the output to keep policy runs clean and not generate lots of
unnecessary email.";

# Note: RPM package spec must align or the file will come up in rpm verification
"$(config)" -> { "ENT-11096" }
handle => "cfengine_mp_apache_config_ownership_perms",
perms => mog( "400", "root", "root");

commands:

!systemd_supervised::
Expand Down

0 comments on commit 700efe1

Please sign in to comment.