access.conf: uncomment the rules the way they were before

This commit is contained in:
Ashok Sidipotu
2023-09-08 16:10:18 +05:30
committed by George Kiagiadakis
parent 6d7232a1fd
commit f4d421988c

View File

@@ -5,39 +5,39 @@ wireplumber.settings = {
# access-enable-flatpak-portal = true # access-enable-flatpak-portal = true
} }
access.rules = [ access.rules = [
## The list of access rules # The list of access rules
## The following are the default rules applied if none overrides them. # The following are the default rules applied if none overrides them.
# { {
# matches = [ matches = [
# { {
# pipewire.access = "flatpak" pipewire.access = "flatpak"
# media.category = "Manager" media.category = "Manager"
# } }
# ] ]
# update-props = { update-props = {
# default_permissions = "all", default_permissions = "all",
# } }
# } }
# { {
# matches = [ matches = [
# { {
# pipewire.access = "flatpak" pipewire.access = "flatpak"
# } }
# ] ]
# update-props = { update-props = {
# default_permissions = "rx" default_permissions = "rx"
# } }
# } }
# { {
# matches = [ matches = [
# { {
# pipewire.access = "restricted" pipewire.access = "restricted"
# } }
# ] ]
# update-props = { update-props = {
# default_permissions = "rx" default_permissions = "rx"
# } }
# } }
] ]