You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tips.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
3
3
## Enabling missing features in the Flatpak version
4
4
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.
6
6
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?
8
10
- Choosing a Custom Home Directory when creating a box requires `home` access.
9
11
- Using Distrobox Assemble requires `home` access.
10
12
- 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.
0 commit comments