[BACK]Return to login.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/login.conf, Revision 1.2

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