access.conf: uncomment the rules the way they were before
This commit is contained in:

committed by
George Kiagiadakis

parent
6d7232a1fd
commit
f4d421988c
@@ -5,39 +5,39 @@ wireplumber.settings = {
|
||||
# access-enable-flatpak-portal = true
|
||||
}
|
||||
|
||||
access.rules = [
|
||||
## The list of access rules
|
||||
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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user