Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2022 16:44:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        rc@FreeBSD.org
Subject:   [Bug 235122] rc.subr limits call breaks non-root usage
Message-ID:  <bug-235122-20181-HCeRS5GzGw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235122-20181@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235122-20181@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235122

--- Comment #6 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
Another workaround that works on recent 14.0-CURRENT is to redefine limits(=
1)
in the service script as follows:

        limits() {
                shift 2
                "$@"
        }

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235122-20181-HCeRS5GzGw>