Debian 12 Gnome DE
This commit is contained in:
parent
0687c32df2
commit
d414083113
34 changed files with 150 additions and 33 deletions
|
|
@ -8,7 +8,7 @@ abi <abi/3.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/systemd/systemd-shutdown
|
||||
profile systemd-shutdown @{exec_path} flags=(complain) {
|
||||
profile systemd-shutdown @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/systemd-common>
|
||||
|
||||
|
|
@ -17,7 +17,8 @@ profile systemd-shutdown @{exec_path} flags=(complain) {
|
|||
capability sys_ptrace,
|
||||
capability sys_resource,
|
||||
|
||||
signal (send) set=(stop, cont, term, kill),
|
||||
signal (send) set=(stop, cont, term, kill),
|
||||
signal (receive) set=(rtmin+23) peer=plymouthd,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
@ -29,5 +30,7 @@ profile systemd-shutdown @{exec_path} flags=(complain) {
|
|||
owner @{PROC}/sys/kernel/core_pattern w,
|
||||
owner @{PROC}/sys/kernel/printk rw,
|
||||
|
||||
/dev/watchdog@{int} w,
|
||||
|
||||
include if exists <local/systemd-shutdown>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue