Skip to content

Instantly share code, notes, and snippets.

@mp5maker
Last active December 5, 2020 10:13
Show Gist options
  • Save mp5maker/fd56b4c5a8c016ccf9f1b88bee66134c to your computer and use it in GitHub Desktop.
Save mp5maker/fd56b4c5a8c016ccf9f1b88bee66134c to your computer and use it in GitHub Desktop.
folder acl for the vtecx pwa app
<?xml version="1.0" encoding="UTF-8" ?>
<feed>
<entry>
<contributor>
<uri>urn:vte.cx:acl:/_group/$admin,CRUD</uri>
</contributor>
<contributor>
<!-- ACL settings that allow all users to get(*) -->
<uri>urn:vte.cx:acl:*,R.</uri>
</contributor>
<link rel="self" href="/_html/manifest.json" />
</entry>
<entry>
<contributor>
<uri>urn:vte.cx:acl:/_group/$admin,CRUD</uri>
</contributor>
<contributor>
<!-- ACL settings that allow all users to get(*) -->
<uri>urn:vte.cx:acl:*,R.</uri>
</contributor>
<link rel="self" href="/_html/sw.js" />
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment