golden hour
/usr/lib/python3.9/site-packages/tuned/ppd
⬆️ Go Up
Upload
File/Folder
Size
Actions
__pycache__
-
Del
OK
config.py
5.45 KB
Del
OK
controller.py
19.1 KB
Del
OK
dbus.conf
639 B
Del
OK
ppd.conf
225 B
Del
OK
tuned-ppd.dbus.service
87 B
Del
OK
tuned-ppd.policy
1.25 KB
Del
OK
tuned-ppd.service
315 B
Del
OK
Edit: tuned-ppd.policy
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"> <policyconfig> <vendor>TuneD</vendor> <vendor_url>https://tuned-project.org/</vendor_url> <action id="?name?.switch-profile"> <description>Switch power profile</description> <message>Authentication is required to switch power profiles.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="?name?.hold-profile"> <description>Hold power profile</description> <message>Authentication is required to hold power profiles.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="?name?.release-profile"> <description>Release power profile</description> <message>Authentication is required to release power profiles.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> </policyconfig>
Save