Deleted Added
full compact
login.conf (209331) login.conf (237269)
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 209331 2010-06-19 09:21:34Z brian $
10# $FreeBSD: head/etc/login.conf 237269 2012-06-19 14:46:18Z des $
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:\
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:\
26 :passwd_format=sha512:\
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 ~/bin:\
31 :nologin=/var/run/nologin:\
32 :cputime=unlimited:\
33 :datasize=unlimited:\
34 :stacksize=unlimited:\

--- 284 unchanged lines hidden ---
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 ~/bin:\
31 :nologin=/var/run/nologin:\
32 :cputime=unlimited:\
33 :datasize=unlimited:\
34 :stacksize=unlimited:\

--- 284 unchanged lines hidden ---