I have an application that use :
sysctl kernel.sched_rt_runtime_us=-1
the error output is :
sysctl: setting key "kernel.sched_rt_runtime_us": Read-only file system
This command edit the file : /proc/sys/kernel/sched_rt_runtime_us, but the file is read-only file system,
cpufreq-set modify host file : /sys/devices/system/cpu/cpu/cpufreq/*, but read-only too
How to make /proc/ and /sys/ writetable in my lxd container?