From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Wiping /tmp? Date: Sat, 20 Jul 2019 11:20:12 +0200 Message-ID: <87wogdt643.fsf@ambrevar.xyz> References: <878sst1zxe.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57600) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1holXP-0003FX-5H for help-guix@gnu.org; Sat, 20 Jul 2019 05:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1holXN-000076-5o for help-guix@gnu.org; Sat, 20 Jul 2019 05:20:19 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:57523) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1holXM-00004z-Vd for help-guix@gnu.org; Sat, 20 Jul 2019 05:20:17 -0400 In-Reply-To: <878sst1zxe.fsf@dustycloud.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Christopher Lemmer Webber , "help-guix@gnu.org" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Maybe not exactly what you want, but you can mount /tmp as tmpfs in memory: =2D-8<---------------cut here---------------start------------->8--- (file-systems (cons* ... (file-system (mount-point "/tmp") (device "none") (type "tmpfs") (check? #f)) %base-file-systems)) =2D-8<---------------cut here---------------end--------------->8--- =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl0y3MwACgkQm9z0l6S7 zH/+yAgAgcv/re1kRhxUpyUFA1K3J3s/2uOClJ4A/+49/tT65EwEZcqHbWi10G3G BGWsXb2qnE80fpbZ4I26ssYaq243a3bDYyrZvs4powdK215T6wvTPU8wFaYVz+7F CKP4ultCVLWkL3X7wS2QfDiULMLmCSBao/pVxEP/Vap0pZZzx7gsRdh0fXbPJtvd 8vQk9yivciQ6dNrBiKHW0PhrFp1K8thL/C8MOHTgU/g3ft9T2wqnO/kkmBiX/aJp sJgy8WV2DJ9KlrI8QpsfSjNLovG2xwWtev4uqSMH9ddcnUaD7dKwaMMAXihh6rKs MJTWWI0Too2pqxCSae5gLJYc0BZ7lg== =RNW+ -----END PGP SIGNATURE----- --=-=-=--