Deleted Added
full compact
login.conf (149672) login.conf (170088)
1# login.conf - login class capabilities database.
2#
3# Remember to rebuild the database after each change to this file:
4#
5# cap_mkdb /etc/login.conf
6#
7# This file controls resource limits, accounting limits and
8# default user environment settings.
9#
1# login.conf - login class capabilities database.
2#
3# Remember to rebuild the database after each change to this file:
4#
5# cap_mkdb /etc/login.conf
6#
7# This file controls resource limits, accounting limits and
8# default user environment settings.
9#
10# $FreeBSD: head/etc/login.conf 149672 2005-08-31 15:02:11Z keramida $
10# $FreeBSD: head/etc/login.conf 170088 2007-05-29 06:37:58Z dougb $
11#
12
13# Default settings effectively disable resource limits, see the
14# examples below for a starting point to enable them.
15
16# defaults
17# These settings are used by login(1) by default for classless users
18# Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
19#
20# Note that since a colon ':' is used to separate capability entries,
21# a \c escape sequence must be used to embed a literal colon in the
22# value or name of a capability (see the ``CGETNUM AND CGETSTR SYNTAX
23# AND SEMANTICS'' section of getcap(3) for more escape sequences).
24
25default:\
26 :passwd_format=md5:\
27 :copyright=/etc/COPYRIGHT:\
28 :welcome=/etc/motd:\
29 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\
11#
12
13# Default settings effectively disable resource limits, see the
14# examples below for a starting point to enable them.
15
16# defaults
17# These settings are used by login(1) by default for classless users
18# Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
19#
20# Note that since a colon ':' is used to separate capability entries,
21# a \c escape sequence must be used to embed a literal colon in the
22# value or name of a capability (see the ``CGETNUM AND CGETSTR SYNTAX
23# AND SEMANTICS'' section of getcap(3) for more escape sequences).
24
25default:\
26 :passwd_format=md5:\
27 :copyright=/etc/COPYRIGHT:\
28 :welcome=/etc/motd:\
29 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\
30 :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin ~/bin:\
30 :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin ~/bin:\
31 :nologin=/var/run/nologin:\
32 :cputime=unlimited:\
33 :datasize=unlimited:\
34 :stacksize=unlimited:\
35 :memorylocked=unlimited:\
36 :memoryuse=unlimited:\
37 :filesize=unlimited:\
38 :coredumpsize=unlimited:\

--- 97 unchanged lines hidden (view full) ---

136# :ignoretime@:\
137# :tc=default:
138#
139#
140##
141## users of X (needs more resources!)
142##
143#xuser:\
31 :nologin=/var/run/nologin:\
32 :cputime=unlimited:\
33 :datasize=unlimited:\
34 :stacksize=unlimited:\
35 :memorylocked=unlimited:\
36 :memoryuse=unlimited:\
37 :filesize=unlimited:\
38 :coredumpsize=unlimited:\

--- 97 unchanged lines hidden (view full) ---

136# :ignoretime@:\
137# :tc=default:
138#
139#
140##
141## users of X (needs more resources!)
142##
143#xuser:\
144# :manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\
144# :manpath=/usr/share/man /usr/local/man:\
145# :cputime=4h:\
146# :datasize=12M:\
147# :vmemoryuse=infinity:\
148# :stacksize=4M:\
149# :filesize=8M:\
150# :memoryuse=16M:\
151# :openfiles=32:\
152# :maxproc=48:\

--- 169 unchanged lines hidden ---
145# :cputime=4h:\
146# :datasize=12M:\
147# :vmemoryuse=infinity:\
148# :stacksize=4M:\
149# :filesize=8M:\
150# :memoryuse=16M:\
151# :openfiles=32:\
152# :maxproc=48:\

--- 169 unchanged lines hidden ---