]> git.pld-linux.org Git - projects/setup.git/commitdiff
set default shells to /bin/false
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Jan 2005 18:27:26 +0000 (18:27 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Jan 2005 18:27:26 +0000 (18:27 +0000)
Changed files:
    etc/passwd -> 1.13

etc/passwd

index caa3590aa3677b9dbd271b225e093aea2bc131c7..df3e2c1b2d76fd435df983b9caaf1661ceb105a1 100644 (file)
@@ -1,17 +1,17 @@
 root::0:0:root:/root:/bin/sh
-bin:*:1:1:bin:/bin:
-daemon:*:2:2:daemon:/sbin:
-adm:*:3:4:adm:/var/account:
-lp:*:4:7:lp:/var/spool/lpd:
+bin:*:1:1:bin:/bin:/bin/false
+daemon:*:2:2:daemon:/sbin:/bin/false
+adm:*:3:4:adm:/var/account:/bin/false
+lp:*:4:7:lp:/var/spool/lpd:/bin/false
 sync:*:5:0:sync:/sbin:/bin/sync
 shutdown:*:6:0:shutdown:/sbin:/sbin/shutdown
 halt:*:7:0:halt:/sbin:/sbin/halt
-mail:*:8:12:mail:/var/mail:
-news:*:9:13:news:/var/spool/news:
-uucp:*:10:14:uucp:/var/spool/uucp:
-operator:*:11:0:operator:/root:
-games:*:12:20:games:/usr/games:
+mail:*:8:12:mail:/var/mail:/bin/false
+news:*:9:13:news:/var/spool/news:/bin/false
+uucp:*:10:14:uucp:/var/spool/uucp:/bin/false
+operator:*:11:0:operator:/root:/bin/false
+games:*:12:20:games:/usr/games:/bin/false
 ftp:*:14:50:FTP User:/home/services/ftp:/bin/false
 http:*:51:51:HTTP User:/home/services/httpd:/bin/false
 stats:*:123:123:Statistics generator user:/:/bin/false
-nobody:*:99:99:Nobody:/:
+nobody:*:99:99:Nobody:/:/bin/false
This page took 0.120964 seconds and 4 git commands to generate.