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

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