mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-30 00:54:55 +02:00
added necessary interfaces for strict confinement
This commit is contained in:
parent
304d7ee9d5
commit
bb3cdababf
@ -9,7 +9,7 @@ description: |
|
|||||||
any compromises.
|
any compromises.
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: classic
|
confinement: strict
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
auto-cpufreq:
|
auto-cpufreq:
|
||||||
@ -30,6 +30,11 @@ apps:
|
|||||||
LC_ALL: C.UTF-8
|
LC_ALL: C.UTF-8
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
PKG_MARKER: SNAP
|
PKG_MARKER: SNAP
|
||||||
|
plugs:
|
||||||
|
- cpu-control
|
||||||
|
- system-observe
|
||||||
|
- hardware-observe
|
||||||
|
- system-files
|
||||||
service:
|
service:
|
||||||
command: bin/auto-cpufreq --daemon 2>&1 | tee -a /var/log/auto-cpufreq.log
|
command: bin/auto-cpufreq --daemon 2>&1 | tee -a /var/log/auto-cpufreq.log
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user