Skip to content

Commit 89e2c47

Browse files
committed
fix: update user baseline for system-manager managed paths
system-manager's userborn service rewrites /etc/passwd entries: - root shell: /bin/bash -> /run/system-manager/sw/bin/bash - nobody shell: /usr/sbin/nologin -> /run/system-manager/sw/bin/nologin
1 parent 42b23b6 commit 89e2c47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

audit-specs/baselines/ami-build/user.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ user:
66
root:
77
exists: true
88
home: /root
9-
shell: /bin/bash
9+
shell: /run/system-manager/sw/bin/bash
1010
ubuntu:
1111
exists: true
1212
home: /home/ubuntu
1313
shell: /bin/bash
1414
nobody:
1515
exists: true
16-
shell: /usr/sbin/nologin
16+
shell: /run/system-manager/sw/bin/nologin
1717

1818
# PostgreSQL ecosystem
1919
postgres:

0 commit comments

Comments
 (0)