You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stopped enforcing permissions of public docroot scripts
This change stops enforcing permissions of files in the scripts subdirectory of
the public docroot. The volume of files in this directory do not make it
sensible to check permissions during each agent execution.
To improve performance of policy runs on hubs this specific enforcement is
skipped unless a class is set. These files permission should be fully handled by
the package.
Ticket: ENT-13243
Changelog: Title
Copy file name to clipboardExpand all lines: MPF.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1954,6 +1954,28 @@ application docroot consists of only packaged files.
1954
1954
* Added `default:mpf_enable_mission_portal_docroot_sync_from_share_gui` in
1955
1955
CFEngine 3.27.0
1956
1956
1957
+
### Enable permission enforcement for files under `WORKDIR/httpd/htdocs/public/scripts`
1958
+
1959
+
If the class `default:mpf_enable_mission_portal_public_docroot_scripts_not_dir_perms` is defined then permissions of non-directories will be enforced from policy.
* Stopped enforcing permissions for `WORKDIR/httpd/htdocs/public/scripts` by default in CFEngine 3.27.0.
1976
+
1977
+
* Added class `default:mpf_enable_mission_portal_public_docroot_scripts_not_dir_perms` to enable enforcement of permissions for this directory in CFEngine 3.27.0.
1978
+
1957
1979
### Enable permission enforcement for files under WORKDIR/share/GUI
1958
1980
1959
1981
The MPF used to actively enforce permissions of files and directories under `$(sys.workdir)/share/GUI`, to re-enable this active permission enforcement define the class `default:mpf_enforce_workdir_share_gui_perms`.
0 commit comments