From f62d763956467eb8f005ecd13c35a11d8333fccc Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Thu, 15 Nov 2018 00:25:50 +0000 Subject: [PATCH] Re-assign a shell to the "bin" user account, it is currently needed to run the tests in /usr/tests/minix-posix. --- etc/master.passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/master.passwd b/etc/master.passwd index 5df25d560..b47fce80e 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -2,7 +2,7 @@ root::0:0::0:0:Charlie &:/root:/bin/sh toor:*:0:0::0:0:Bourne-again Superuser:/root:/bin/sh daemon:*:1:1::0:0:The devil himself:/:/sbin/nologin operator:*:2:5::0:0:System &:/usr/guest/operator:/sbin/nologin -bin:*:3:7::0:0:Binaries Commands and Source:/:/sbin/nologin +bin:*:3:7::0:0:Binaries Commands and Source:/:/bin/sh games:*:7:13::0:0:& pseudo-user:/usr/games:/sbin/nologin postfix:*:12:12::0:0:& pseudo-user:/var/spool/postfix:/sbin/nologin named:*:14:14::0:0:& pseudo-user:/var/chroot/named:/sbin/nologin