login.conf revision 1.4.2.1
1# $NetBSD: login.conf,v 1.4.2.1 2013/06/23 06:26:21 tls Exp $
2
3# Based on:
4# OpenBSD: login.conf,v 1.22 2005/08/12 18:48:20 millert Exp 
5
6#
7# Sample login.conf file.  See login.conf(5) for details.
8#
9
10#
11# The default values
12# Any value changed in the daemon class should be reset in default
13# class.
14#
15#default:\
16#	:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R7/bin /usr/X11R6/bin /usr/pkg/bin /usr/pkg/sbin /usr/local/bin:\
17#	:umask=022:\
18#	:datasize-max=512M:\
19#	:datasize-cur=512M:\
20#	:maxproc-max=1024:\
21#	:maxproc-cur=160:\
22#	:openfiles-cur=128:\
23#	:stacksize-cur=4M:\
24#	:copyright=/dev/null:
25
26#
27# Settings used by /etc/rc and root
28# This must be set properly for daemons started as root by inetd as well.
29# Be sure reset these values back to system defaults in the default class!
30#
31#daemon:\
32#	:ignorenologin:\
33#	:datasize=infinity:\
34#	:maxproc=infinity:\
35#	:openfiles-cur=128:\
36#	:stacksize-cur=8M:
37
38#
39# Staff have fewer restrictions and can login even when nologins are set.
40#
41#staff:\
42#	:datasize-cur=512M:\
43#	:datasize-max=infinity:\
44#	:maxproc-max=256:\
45#	:maxproc-cur=128:\
46#	:ignorenologin:\
47#	:requirehome@:
48