chore(profile): add abi and local include when missing.
This commit is contained in:
parent
105a9b4def
commit
7ccaab8234
61 changed files with 84 additions and 28 deletions
|
|
@ -2,6 +2,8 @@
|
|||
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/murmurd
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ profile obexfs @{exec_path} {
|
|||
|
||||
@{PROC}/@{pid}/mounts r,
|
||||
|
||||
include if exists <local/obexfs_fusermount>
|
||||
}
|
||||
|
||||
include if exists <local/obexfs>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ profile pam-auth-update @{exec_path} flags=(complain) {
|
|||
|
||||
/etc/shadow r,
|
||||
|
||||
include if exists <local/pam-auth-update_frontend>
|
||||
}
|
||||
|
||||
include if exists <local/pam-auth-update>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ profile reprepro @{exec_path} {
|
|||
owner @{user_build_dirs}/pbuilder/result/*.deb r,
|
||||
owner @{user_build_dirs}/pbuilder/result/*.tar.* r,
|
||||
|
||||
|
||||
profile gpg {
|
||||
include <abstractions/base>
|
||||
|
||||
|
|
@ -66,6 +65,7 @@ profile reprepro @{exec_path} {
|
|||
owner @{HOME}/@{XDG_GPG_DIR}/ rw,
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
|
||||
|
||||
include if exists <local/reprepro_gpg>
|
||||
}
|
||||
|
||||
include if exists <local/reprepro>
|
||||
|
|
|
|||
|
|
@ -191,6 +191,8 @@ profile run-parts @{exec_path} {
|
|||
@{PROC}/@{pids}/mounts r,
|
||||
|
||||
/dev/tty@{int} rw,
|
||||
|
||||
include if exists <local/run-parts_motd>
|
||||
}
|
||||
|
||||
profile kernel {
|
||||
|
|
@ -248,6 +250,7 @@ profile run-parts @{exec_path} {
|
|||
@{PROC}/devices r,
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
include if exists <local/run-parts_kernel>
|
||||
}
|
||||
|
||||
include if exists <local/run-parts>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue