From owner-freebsd-current@freebsd.org Tue Feb 9 19:16:05 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3563C547F54 for ; Tue, 9 Feb 2021 19:16:05 +0000 (UTC) (envelope-from dan_partelly@rdsor.ro) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DZt0P0rBGz3hgr for ; Tue, 9 Feb 2021 19:16:05 +0000 (UTC) (envelope-from dan_partelly@rdsor.ro) Received: by mailman.nyi.freebsd.org (Postfix) id 1A5005280B4; Tue, 9 Feb 2021 19:16:05 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A0D352803D for ; Tue, 9 Feb 2021 19:16:05 +0000 (UTC) (envelope-from dan_partelly@rdsor.ro) Received: from smtp.rdsor.ro (smtp.rdsor.ro [193.231.238.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZt0M6fKHz3hrV for ; Tue, 9 Feb 2021 19:16:03 +0000 (UTC) (envelope-from dan_partelly@rdsor.ro) Received: from localhost (localhost [127.0.0.1]) by smtp.rdsor.ro (Postfix) with ESMTP id D0CE9662B8 for ; Tue, 9 Feb 2021 21:15:54 +0200 (EET) X-Virus-Scanned: amavisd-new at oradea.rdsnet.ro Received: from smtp.rdsor.ro ([127.0.0.1]) by localhost (smtp.rdsor.ro [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ykDbIIxgYmWP for ; Tue, 9 Feb 2021 21:15:54 +0200 (EET) Received: from email.rdsor.ro (webmail.rdsor.ro [193.231.238.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dan_partelly@rdsor.ro) by smtp.rdsor.ro (Postfix) with ESMTPSA id 4D05061063 for ; Tue, 9 Feb 2021 21:15:53 +0200 (EET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 09 Feb 2021 21:15:53 +0200 From: dan_partelly@rdsor.ro To: current@freebsd.org Subject: Enable veriexec for 13 Beta 1 Message-ID: <187ca3f70566e4dddf13326fba548625@rdsor.ro> X-Sender: dan_partelly@rdsor.ro User-Agent: Roundcube Webmail/1.2.3 X-Rspamd-Queue-Id: 4DZt0M6fKHz3hrV X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of dan_partelly@rdsor.ro designates 193.231.238.25 as permitted sender) smtp.mailfrom=dan_partelly@rdsor.ro X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[193.231.238.25:from]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[193.231.238.25:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_NO_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DMARC_NA(0.00)[rdsor.ro]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8708, ipnet:193.231.224.0/20, country:RO]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 19:16:05 -0000 Hey guys, What are the config knobs for enabling the veriexec driver and veriexec mac modules for testing and playing with this new subystem ? User mode knob for user mode tool and lib is documented in man src.conf Thanks !