Skip to content

Commit 67d8081

Browse files
VallariAgzmc
authored andcommitted
Add "AUDIT_CONTROL" to TestNode capabilities
This fixes the following issue: Unable to ssh from teuthology container to testnode using "ubuntu" user. Testnode journal sshd logs show: `sshd[147]: pam_loginuid(sshd:session): Error writing /proc/self/loginuid: Operation not permitted` solution ref: https://github.com/containers/podman/blob/main/troubleshooting.md#33-the-sshd-process-fails-to-run-inside-of-the-container Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
1 parent ba19359 commit 67d8081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ceph_devstack/resources/ceph/containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class TestNode(Container):
160160
"SYS_PTRACE",
161161
"SYS_TTY_CONFIG",
162162
"AUDIT_WRITE",
163+
"AUDIT_CONTROL",
163164
]
164165
create_cmd = [
165166
"podman",

0 commit comments

Comments
 (0)