Fix tlp start issue
This commit is contained in:
parent
e92f2fb453
commit
2e9d450fde
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ profile tlp @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/devices-usb-read>
|
||||
include <abstractions/disks-read>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/perl>
|
||||
|
||||
capability dac_read_search,
|
||||
capability sys_nice,
|
||||
|
|
@ -48,6 +49,7 @@ profile tlp @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/tr rix,
|
||||
@{bin}/udevadm rCx -> udevadm,
|
||||
@{bin}/uname rix,
|
||||
@{bin}/timeout rix,
|
||||
/usr/share/tlp/tlp-readconfs rix,
|
||||
|
||||
/ r,
|
||||
|
|
@ -104,7 +106,7 @@ profile tlp @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/base>
|
||||
include <abstractions/app/udevadm>
|
||||
|
||||
@{run}/tlp/lock_tlp rw,
|
||||
@{run}/tlp/lock_tlp rw, # file_inherit
|
||||
|
||||
include if exists <local/tlp_udevadm>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue