Bug 258332 - security/vault: Add vault_limits to vault.in
Summary: security/vault: Add vault_limits to vault.in
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: feature
Depends on:
Blocks:
 
Reported: 2021-09-07 05:25 UTC by Tomoyuki Sakurai
Modified: 2021-09-11 02:05 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments
allows users to modify "memorylocked" limit (1.31 KB, patch)
2021-09-07 05:25 UTC, Tomoyuki Sakurai
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoyuki Sakurai 2021-09-07 05:25:45 UTC
Created attachment 227729 [details]
allows users to modify "memorylocked" limit

this patch allows users to modify "memorylocked" limit, and to leave login.conf(5) untouched.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-11 02:05:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc9bd76440694a729de043f54cdbd8eb600b20eb

commit dc9bd76440694a729de043f54cdbd8eb600b20eb
Author:     Steve Wills <swills@FreeBSD.org>
AuthorDate: 2021-09-11 02:03:14 +0000
Commit:     Steve Wills <swills@FreeBSD.org>
CommitDate: 2021-09-11 02:04:38 +0000

    security/vault: update to 1.8.2

    While here, add vault_limits to rc script [1]

    PR:             258332 [1]
    Submitted by:   Tomoyuki Sakurai <trombik1973@gmail.com> [1]

 security/vault/Makefile             | 366 +++++++++++++++++++-
 security/vault/distinfo             | 664 +++++++++++++++++++++++++++++++++++-
 security/vault/files/pkg-message.in |   4 +-
 security/vault/files/vault.in       |   3 +
 4 files changed, 1027 insertions(+), 10 deletions(-)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2021-09-11 02:05:50 UTC
Committed, thanks!