diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2024-10-12 07:36:54 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2024-10-12 07:36:54 +0000 |
commit | b98a78c59b864130e74bc99b05f8add0460dd913 (patch) | |
tree | 07632ed7828c0f1df3a954b666cce7ae0aaacb22 /etc/etc.hppa | |
parent | 5ff2b7f8cfb7689480fd5404f56c18746718403d (diff) |
introduce a new build class to be used by the build user
this class will be required for the upcoming llvm update
that requires bumped datasize because of llvm-tblgen
ok deraadt@
Diffstat (limited to 'etc/etc.hppa')
-rw-r--r-- | etc/etc.hppa/login.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/etc.hppa/login.conf b/etc/etc.hppa/login.conf index d337c2e6154..4d2a05cb4ff 100644 --- a/etc/etc.hppa/login.conf +++ b/etc/etc.hppa/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.14 2022/02/21 06:38:57 robert Exp $ +# $OpenBSD: login.conf,v 1.15 2024/10/12 07:36:52 robert Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -87,6 +87,9 @@ authpf:\ :shell=/usr/sbin/authpf:\ :tc=default: +build:\ + :tc=default: + # # Building ports with DPB uses raised limits # |