File manager - Edit - /home/veronikagstoette/public_html/dbus-1.tar
Back
system.conf 0000644 00000001501 15246231026 0006735 0 ustar 00 <!-- This configuration file is no longer required and may be removed. In older versions of dbus, this file defined the behaviour of the well-known system bus. That behaviour is now determined by /usr/share/dbus-1/system.conf, which should not be edited. For local configuration changes, create a file system-local.conf or files matching system.d/*.conf in the same directory as this one, with a <busconfig> element containing configuration directives. These directives can override D-Bus or OS defaults. For upstream or distribution-wide defaults that can be overridden by a local sysadmin, create files matching /usr/share/dbus-1/system.d/*.conf instead. --> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig></busconfig> session.conf 0000644 00000001506 15246231026 0007101 0 ustar 00 <!-- This configuration file is no longer required and may be removed. In older versions of dbus, this file defined the behaviour of the well-known session bus. That behaviour is now determined by /usr/share/dbus-1/session.conf, which should not be edited. For local configuration changes, create a file session-local.conf or files matching session.d/*.conf in the same directory as this one, with a <busconfig> element containing configuration directives. These directives can override D-Bus or OS defaults. For upstream or distribution-wide defaults that can be overridden by a local sysadmin, create files matching /usr/share/dbus-1/session.d/*.conf instead. --> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig></busconfig> system.d/cups.conf 0000444 00000000714 15246231026 0010134 0 ustar 00 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <!-- Only root can send this message --> <policy user="root"> <allow send_interface="com.redhat.PrinterSpooler"/> </policy> <!-- Allow any connection to receive the message --> <policy context="default"> <allow receive_interface="com.redhat.PrinterSpooler"/> </policy> </busconfig> system.d/oddjob-mkhomedir.conf 0000644 00000003507 15246231026 0012405 0 ustar 00 <?xml version="1.0"?> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <!-- This configuration file specifies the required security policies for the oddjob_mkhomedir service to work. It controls which requests users will be allowed to issue to oddjobd over the bus, which is quite different from controlling whether or not oddjobd will attempt to fulfill the request. --> <!-- Only root can own (provide) the com.redhat.oddjob_mkhomedir service on the system bus. --> <policy user="root"> <allow own="com.redhat.oddjob_mkhomedir"/> </policy> <!-- Allow anyone to call the introspection methods of any object provided by the com.redhat.oddjob_mkhomedir service. --> <policy context="default"> <allow send_destination="com.redhat.oddjob_mkhomedir" send_interface="org.freedesktop.DBus.Introspectable"/> </policy> <!-- Allow anyone to try to call the mkhomedirfor method, which is part of the "mkhomedir" interface implemented by the "/" object provided by the com.redhat.oddjob_mkhomedir service. --> <policy context="default"> <allow send_destination="com.redhat.oddjob_mkhomedir" send_path="/" send_interface="com.redhat.oddjob_mkhomedir" send_member="mkhomedirfor"/> </policy> <!-- Allow anyone to try to call the mkmyhomedir method, which is part of the "mkhomedir" interface implemented by the "/" object provided by the com.redhat.oddjob_mkhomedir service. --> <policy context="default"> <allow send_destination="com.redhat.oddjob_mkhomedir" send_path="/" send_interface="com.redhat.oddjob_mkhomedir" send_member="mkmyhomedir"/> </policy> </busconfig> system.d/teamd.conf 0000644 00000000631 15246231026 0010254 0 ustar 00 <?xml version="1.0"?> <!--*-nxml-*--> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy user="root"> <allow own_prefix="org.libteam.teamd"/> <allow send_interface="org.libteam.teamd"/> </policy> <policy context="default"> <deny own_prefix="org.libteam.teamd"/> </policy> </busconfig> system.d/org.freedesktop.PolicyKit1.conf 0000644 00000001176 15246231026 0014257 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- --> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy user="polkitd"> <allow own="org.freedesktop.PolicyKit1"/> </policy> <policy context="default"> <allow send_destination="org.freedesktop.PolicyKit1"/> </policy> <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent interface --> <policy user="polkitd"> <allow send_interface="org.freedesktop.PolicyKit1.AuthenticationAgent"/> </policy> </busconfig> system.d/oddjob.conf 0000644 00000004575 15246231026 0010436 0 ustar 00 <?xml version="1.0"?> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <!-- This configuration file specifies the required security policies for the oddjob service to work. It controls which requests users will be allowed to issue to oddjobd over the bus, which is quite different from controlling whether or not oddjobd will attempt to fulfill the request. --> <!-- Only root can own the oddjob service --> <policy user="root"> <allow own="com.redhat.oddjob"/> </policy> <!-- Allow anyone to try to call the quit method of the com.redhat.oddjob interface implemented by the /com/redhat/oddjob object provided by the com.redhat.oddjob service --> <policy context="default"> <allow send_destination="com.redhat.oddjob" send_path="/com/redhat/oddjob" send_interface="com.redhat.oddjob" send_member="quit"/> </policy> <!-- Allow anyone to try to call the list method of the com.redhat.oddjob interface implemented by the /com/redhat/oddjob object provided by the com.redhat.oddjob service --> <policy context="default"> <allow send_destination="com.redhat.oddjob" send_path="/com/redhat/oddjob" send_interface="com.redhat.oddjob" send_member="list"/> </policy> <!-- Allow anyone to try to call the listall method of the com.redhat.oddjob interface implemented by the /com/redhat/oddjob object provided by the com.redhat.oddjob service --> <policy context="default"> <allow send_destination="com.redhat.oddjob" send_path="/com/redhat/oddjob" send_interface="com.redhat.oddjob" send_member="listall"/> </policy> <!-- Allow anyone to try to call the reload method of the com.redhat.oddjob interface implemented by the /com/redhat/oddjob object provided by the com.redhat.oddjob service --> <policy context="default"> <allow send_destination="com.redhat.oddjob" send_path="/com/redhat/oddjob" send_interface="com.redhat.oddjob" send_member="reload"/> </policy> <!-- Allow anyone to try to call the introspection methods of the every object provided by the com.redhat.oddjob service --> <policy context="default"> <allow send_destination="com.redhat.oddjob" send_interface="org.freedesktop.DBus.Introspectable"/> </policy> </busconfig> system.d/avahi-dbus.conf 0000644 00000002166 15246231026 0011212 0 ustar 00 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <!-- Only root or user avahi can own the Avahi service --> <policy user="avahi"> <allow own="org.freedesktop.Avahi"/> </policy> <policy user="root"> <allow own="org.freedesktop.Avahi"/> </policy> <!-- Allow anyone to invoke methods on Avahi server, except SetHostName --> <policy context="default"> <allow send_destination="org.freedesktop.Avahi"/> <allow receive_sender="org.freedesktop.Avahi"/> <deny send_destination="org.freedesktop.Avahi" send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/> </policy> <!-- Allow everything, including access to SetHostName to users of the group "avahi" --> <policy group="avahi"> <allow send_destination="org.freedesktop.Avahi"/> <allow receive_sender="org.freedesktop.Avahi"/> </policy> <policy user="root"> <allow send_destination="org.freedesktop.Avahi"/> <allow receive_sender="org.freedesktop.Avahi"/> </policy> </busconfig>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings