Skip to content

Commit

Permalink
Ensured permissions for htdocs/application/cache
Browse files Browse the repository at this point in the history
Ticket: ENT-11442
Signed-off-by: Ihor Aleksandrychiev <[email protected]>
  • Loading branch information
aleksandrychev committed Jun 14, 2024
1 parent 281e679 commit b2fd58f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cfe_internal/enterprise/CFE_knowledge.cf
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ bundle agent cfe_internal_setup_knowledge
handle => "cfe_internal_setup_knowledge_files_doc_root_scripts_dir",
create => "true",
perms => mog("0570", "root", $(def.cf_apache_group) );

"$(cfe_internal_hub_vars.docroot)/application/cache/."
handle => "cfe_internal_setup_knowledge_files_doc_root_application_cache",
create => "true",
depth_search => recurse_basedir("inf"),
perms => mog("0660", $(def.cf_apache_user), $(def.cf_apache_group)),
comment => "Ensure permissions for $(cfe_internal_hub_vars.docroot)/application/cache/.
This is where cache generated by Mission Portal stores";

"$(cfe_internal_hub_vars.public_docroot)/scripts/." -> { "CFE-951" }
comment => "Ensure permissions for $(cfe_internal_hub_vars.public_docroot)/scripts",
Expand Down

0 comments on commit b2fd58f

Please sign in to comment.