Various updates (#204)

This commit is contained in:
curiosityseeker 2023-09-04 15:58:07 +02:00 committed by GitHub
parent 090349bed2
commit 41525621aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 7 deletions

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/systemd-hwdb
profile systemd-hwdb @{exec_path} flags=(attach_disconnected) {
profile systemd-hwdb @{exec_path} flags=(attach_disconnected,mediate_deleted) {
include <abstractions/base>
include <abstractions/consoles>
@ -15,6 +15,7 @@ profile systemd-hwdb @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
@{lib}/udev/#@{int} rwl,
@{lib}/udev/.#hwdb.bin[0-9a-zA-Z]* wl -> @{lib}/udev/#@{int},
@{lib}/udev/hwdb.bin w,

View file

@ -29,5 +29,7 @@ profile zram-generator @{exec_path} {
@{PROC}/crypto r,
owner /dev/pts/@{int} rw,
include if exists <local/zram-generator>
}
}