Skip to content

Commit 31fe0dc

Browse files
authored
Allow keylime_agent_t connect,read systemd_homed_t
Allow the specified domain to look up user, password, group, or host information using the name service.
1 parent c01dab0 commit 31fe0dc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.packit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
targets:
66
- fedora-stable
77
- fedora-rawhide
8-
- centos-stream-9-x86_64
8+
- centos-stream-10-x86_64
99
skip_build: true
1010
tf_extra_params:
1111
environments:
@@ -17,7 +17,7 @@ jobs:
1717
branch: rhel-9-main
1818
targets:
1919
centos-stream-9-x86_64:
20-
distros: [RHEL-9.3.0-Nightly]
20+
distros: [RHEL-9.4.0-Nightly]
2121
use_internal_tf: True
2222
skip_build: true
2323
tf_extra_params:

keylime.te

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ kernel_stream_connect(keylime_agent_t)
129129
userdom_dontaudit_search_user_home_dirs(keylime_agent_t)
130130

131131
auth_read_passwd(keylime_agent_t)
132+
auth_use_nsswitch(keylime_agent_t)
132133

133134
keylime_mounton_var_lib(keylime_agent_t)
134135

packit-ci.fmf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ adjust:
4848
url: https://github.com/RedHat-SP-Security/keylime-tests
4949
ref: main
5050
test:
51+
- /setup/apply_workarounds
5152
- /setup/configure_tpm_emulator
5253
- /setup/install_upstream_keylime
5354
- /setup/install_rust_keylime_from_copr

0 commit comments

Comments
 (0)