From 72ca5fe179be20521440d4608649be2ebeb3b7f7 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 18 Oct 2018 10:46:56 +0200 Subject: data,doc: Add description for acl-fallback-policy --- data/rygel.conf | 4 ++++ doc/man/rygel.conf.xml | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/data/rygel.conf b/data/rygel.conf index 57873196..776f06de 100644 --- a/data/rygel.conf +++ b/data/rygel.conf @@ -56,6 +56,10 @@ allow-deletion=false # so we can include it in future releases. #force-downgrade-for=Allegro-Software-WebClient;SEC_HHP;SEC HHP;Mediabolic-IMHTTP/1;TwoPlayer;Reciva;FDSSDP;Portable SDK for UPnP devices;Darwin +# Access controll fall-back policy if no access control provider could be +# found. Default is to true which will allow any peer to access anything. +acl-fallback-policy=true + # Plugin specific sections # # Some options are generic and some are specific to each plugin. diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml index 1789e208..b92efe91 100644 --- a/doc/man/rygel.conf.xml +++ b/doc/man/rygel.conf.xml @@ -218,6 +218,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + + + + + This is the default policy that is used if no access control provider is found on the D-Bus. Use true to allow access from every peer, false to deny all access. If it is not specified, the default fall-back policy is true. + + -- cgit v1.2.1