summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login.conf.5
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-07-25 19:58:14 +0000
committerbrooks <brooks@FreeBSD.org>2008-07-25 19:58:14 +0000
commit8330af909ca941f7f0083761fdafe90a332e74de (patch)
tree62fd98a560aa70ad64312a864e5064cbfbef32da /lib/libutil/login.conf.5
parentfb5f9ab862007c3c81c74a45467be20efed0b373 (diff)
downloadFreeBSD-src-8330af909ca941f7f0083761fdafe90a332e74de.zip
FreeBSD-src-8330af909ca941f7f0083761fdafe90a332e74de.tar.gz
Add support for a new login capability, cpumask which allows login
sessions to be pinned to cpus by login class.
Diffstat (limited to 'lib/libutil/login.conf.5')
-rw-r--r--lib/libutil/login.conf.59
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index b4c96f2..863aa06 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -203,6 +203,15 @@ The maximum and current limits may be specified individually by appending a
.It Sy "Name Type Notes Description
.It "charset string Set $MM_CHARSET environment variable to the specified
value.
+.It "cpumask string List of cpus to bind the user to.
+The syntax is the same as for the
+.Fl l
+argument of
+.Xr cpuset 1 or the word
+.Ql default .
+If set to
+.Ql default
+no action is taken.
.It "hushlogin bool false Same as having a ~/.hushlogin file.
.It "ignorenologin bool false Login not prevented by nologin.
.It "ftp-chroot bool false Limit FTP access with
OpenPOWER on IntegriCloud