Skip to content

Commit a5cbdb7

Browse files
jfrochesamrose
authored andcommitted
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 9ce0952 commit a5cbdb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)