b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # |
| 2 | # /etc/sysfs.conf - Configuration file for setting sysfs attributes. |
| 3 | # |
| 4 | # The sysfs mount directory is automatically prepended to the attribute paths. |
| 5 | # |
| 6 | # Syntax: |
| 7 | # attribute = value |
| 8 | # mode attribute = 0600 # (any valid argument for chmod) |
| 9 | # owner attribute = root:wheel # (any valid argument for chown) |
| 10 | # |
| 11 | # Examples: |
| 12 | # |
| 13 | # Always use the powersave CPU frequency governor |
| 14 | # devices/system/cpu/cpu0/cpufreq/scaling_governor = powersave |
| 15 | # |
| 16 | # Use userspace CPU frequency governor and set initial speed |
| 17 | # devices/system/cpu/cpu0/cpufreq/scaling_governor = userspace |
| 18 | # devices/system/cpu/cpu0/cpufreq/scaling_setspeed = 600000 |
| 19 | # |
| 20 | # Set permissions of suspend control file |
| 21 | # mode power/state = 0660 |
| 22 | # owner power/state = root:power |