⚝
One Hat Cyber Team
⚝
Your IP:
18.116.90.240
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
dbus-1
/
system.d
/
View File Name :
oddjob.conf
<?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>