Skip to content

Commit b0ff868

Browse files
authored
Update tips.md
1 parent 4c50ab1 commit b0ff868

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/tips.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## Enabling missing features in the Flatpak version
44

5-
The flatpak version of BoxBuddy is sandboxed, and cannot access the user's filesystem unless granted permission. This can be done using the command line, or with an application called Flatseal
5+
The Flatpak version of BoxBuddy is sandboxed, and cannot access some of the user's filesystem unless granted permission. This can be done using the command line, or with an application called Flatseal.
66

7-
### What is missing?
7+
By default BoxBuddy has full `home` permissions. You can take these away if you would prefer, but some functionality will be lost.
8+
9+
### What permissions are needed?
810
- Choosing a Custom Home Directory when creating a box requires `home` access.
911
- Using Distrobox Assemble requires `home` access.
1012
- Adding Additional Volumes to a container requires `host` access.
11-
- Installing `.deb` / `.rpm` files can only be done with files which are in your `~/Downloads` directory. To install files from other locations you must allow `home` access.
13+
- Installing `.deb` / `.rpm` files requires access to the folder which contains them.
1214

1315
### Allowing Filesystem Access via Flatseal
1416
Install Flatseal if you haven't already:

0 commit comments

Comments
 (0)