Skip to content
Snippets Groups Projects
Commit e079d998 authored by Steven Murray's avatar Steven Murray
Browse files

Added the 'immutable file' ACLs, 'z:!u,u:root:+u', to both ctaeos-mgm.sh and...

Added the 'immutable file' ACLs, 'z:!u,u:root:+u', to both ctaeos-mgm.sh and eos_configure_preprod.sh
parent 2be0de4d
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ fi
# ACLs in EOS are evaluated when unix permissions are failing, hence the 555 unix permission.
eos mkdir ${CTA_TEST_DIR}
eos chmod 555 ${CTA_TEST_DIR}
eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dp /eos/ctaeos/cta
eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dp,z:'!'u,u:root:+u ${CTA_TEST_DIR}
eos attr set sys.archive.storage_class=ctaStorageClass ${CTA_TEST_DIR}
# Link the attributes of CTA worklow directory to the test directory
......
......@@ -3,7 +3,7 @@ PREPROD_DIR=/eos/ctaeos/preprod
eos mkdir ${PREPROD_DIR}
eos chmod 555 ${PREPROD_DIR}
eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dp ${PREPROD_DIR}
eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dpi,z:'!'u,u:root:+u ${PREPROD_DIR}
eos attr set sys.archive.storage_class=ctaStorageClass ${PREPROD_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment