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-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"
|
||||||
# }
|
}
|
||||||
# }
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user