Date: Sat, 30 May 2026 13:55:40 +0000 From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 763e43a28120 - main - net-p2p/cardano-node: Pass allow.mlock to the jail, it is now required Message-ID: <6a1aec5c.32483.3a87f615@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=763e43a28120cecea641f86f3869d9d2ca977bcf commit 763e43a28120cecea641f86f3869d9d2ca977bcf Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2026-05-29 14:00:51 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-05-30 13:55:13 +0000 net-p2p/cardano-node: Pass allow.mlock to the jail, it is now required --- net-p2p/cardano-node/Makefile | 1 + net-p2p/cardano-node/files/cardano_node.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index fa1d43856d95..cef67802d282 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -1,5 +1,6 @@ PORTNAME= cardano-node PORTVERSION= 11.0.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://chap.intersectmbo.org/package/:chap diff --git a/net-p2p/cardano-node/files/cardano_node.in b/net-p2p/cardano-node/files/cardano_node.in index 785b7efebc6f..5ec9561953a5 100755 --- a/net-p2p/cardano-node/files/cardano_node.in +++ b/net-p2p/cardano-node/files/cardano_node.in @@ -139,7 +139,7 @@ eval "_flags=\${${name}_flags}" jail_topology="/topology_dir/`basename ${_topology}`" jail_config="/config_dir/`basename ${_config}`" jail_socket="/socket/`basename ${_socket}`" -jail_args="name=${name}_jail exec.jail_user=cardano exec.system_jail_user host=inherit" +jail_args="name=${name}_jail exec.jail_user=cardano exec.system_jail_user host=inherit allow.mlock" jail_command=/bin/cardano-node jail_root="${_home}/jail"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1aec5c.32483.3a87f615>
