Deleted Added
full compact
login.conf (58579) login.conf (61184)
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 58579 2000-03-26 05:41:10Z rwatson $
10# $FreeBSD: head/etc/login.conf 61184 2000-06-02 20:51:05Z alfred $
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"

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

27 :datasize=unlimited:\
28 :stacksize=unlimited:\
29 :memorylocked=unlimited:\
30 :memoryuse=unlimited:\
31 :filesize=unlimited:\
32 :coredumpsize=unlimited:\
33 :openfiles=unlimited:\
34 :maxproc=unlimited:\
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"

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

27 :datasize=unlimited:\
28 :stacksize=unlimited:\
29 :memorylocked=unlimited:\
30 :memoryuse=unlimited:\
31 :filesize=unlimited:\
32 :coredumpsize=unlimited:\
33 :openfiles=unlimited:\
34 :maxproc=unlimited:\
35 :sbsize=unlimited:\
35 :priority=0:\
36 :ignoretime@:\
37 :umask=022:
38
39
40#
41# A collection of common class names - forward them all to 'default'
42# (login would normally do this anyway, but having a class name

--- 262 unchanged lines hidden ---
36 :priority=0:\
37 :ignoretime@:\
38 :umask=022:
39
40
41#
42# A collection of common class names - forward them all to 'default'
43# (login would normally do this anyway, but having a class name

--- 262 unchanged lines hidden ---