> For the complete documentation index, see [llms.txt](https://softstack-factory.gitbook.io/mean-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://softstack-factory.gitbook.io/mean-stack/backend/wk7/access-control-settings.md).

# Access Control Settings

Goals: Set Permissions for the appUser model

![](/files/-LT0qowcUn9es3xc_hEc)

1. Run the following loopback CLI command:  lb acl
2. Select the model that you wish to grant permissions to
3. Select all method and properties to grant this model the ability to read, write and execute.
4. Define the type of user that can perform the actions, in our case only authenticated users should be able to post, read, and write data.
5. Finally, apply the permissions that you have chosen.
