Update chpst

This commit is contained in:
Besanon 2024-06-03 09:51:24 +02:00 committed by GitHub
parent ac3acd77ee
commit 07edacdd10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,20 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_pathCHP} = /sbin/chpst @{bin}/chpst
profile chpst @{exec_pathCHP} {
include <abstractions/base>
include <abstractions/devices-usb>
@{exec_pathCHP} mr,
@{bin}/agetty rPx,
@{bin}/pause rPx,
}