Skip to content

Commit 8d27a37

Browse files
committed
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 ad494e4 commit 8d27a37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ceph_devstack/resources/ceph/containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class TestNode(Container):
156156
"SYS_PTRACE",
157157
"SYS_TTY_CONFIG",
158158
"AUDIT_WRITE",
159+
"AUDIT_CONTROL",
159160
]
160161
create_cmd = [
161162
"podman",

0 commit comments

Comments
 (0)