awesim permission setmode [whitelist|blacklist] # set the app mode to WHITELIST or BLACKLIST
```
cd into the shared app directory and run `awesim permission list` to see the current permissions:
```
$ awesim permission list
App is set to mode: WHITELIST
WHITELIST
USERS:
-----------
efranz
GROUPS:
-----------
PZS0562
wiag
BLACKLIST
USERS:
-----------
GROUPS:
-----------
$
```
By default the app is shared with your primary group.
You can give access to others by using the `awesim permission addgroup` command. To see a list of commands just run `awesim permission` without any arguments. Here I give access to the wiag group.
```
$ awesim permission addgroup wiag
Adding to WHITELIST
GROUP: wiag
$ awesim permission list
App is set to mode: WHITELIST
WHITELIST
USERS:
-----------
efranz
GROUPS:
-----------
PZS0562
wiag
BLACKLIST
USERS:
-----------
GROUPS:
-----------
$
```
Now everyone in the WIAG group can access the app.