Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
22
package/libs/sysfsutils/files/sysfs.conf
Normal file
22
package/libs/sysfsutils/files/sysfs.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# /etc/sysfs.conf - Configuration file for setting sysfs attributes.
|
||||
#
|
||||
# The sysfs mount directory is automatically prepended to the attribute paths.
|
||||
#
|
||||
# Syntax:
|
||||
# attribute = value
|
||||
# mode attribute = 0600 # (any valid argument for chmod)
|
||||
# owner attribute = root:wheel # (any valid argument for chown)
|
||||
#
|
||||
# Examples:
|
||||
#
|
||||
# Always use the powersave CPU frequency governor
|
||||
# devices/system/cpu/cpu0/cpufreq/scaling_governor = powersave
|
||||
#
|
||||
# Use userspace CPU frequency governor and set initial speed
|
||||
# devices/system/cpu/cpu0/cpufreq/scaling_governor = userspace
|
||||
# devices/system/cpu/cpu0/cpufreq/scaling_setspeed = 600000
|
||||
#
|
||||
# Set permissions of suspend control file
|
||||
# mode power/state = 0660
|
||||
# owner power/state = root:power
|
||||
Reference in New Issue
Block a user