conf: add comments for the other access permissions

This commit is contained in:
Wim Taymans 2021-02-02 17:47:59 +01:00
parent b8ef0fc5bb
commit a48a4fc1bd

View file

@ -69,6 +69,10 @@ modules = {
access.allowed = [ access.allowed = [
@media_session_path@ @media_session_path@
] ]
# an array of rejected paths
access.rejected = [ ]
# an array of paths with restricted access
access.restricted = [ ]
# anything not in the above lists gets assigned the # anything not in the above lists gets assigned the
# access.force permission. # access.force permission.
access.force = flatpak access.force = flatpak