From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.42.118.7 with SMTP id v7mr10856794icq.19.1422118320007; Sat, 24 Jan 2015 08:52:00 -0800 (PST) X-BeenThere: voidlinux@googlegroups.com Received: by 10.140.20.215 with SMTP id 81ls1392604qgj.75.gmail; Sat, 24 Jan 2015 08:51:59 -0800 (PST) X-Received: by 10.140.85.231 with SMTP id n94mr63560qgd.32.1422118319881; Sat, 24 Jan 2015 08:51:59 -0800 (PST) Date: Sat, 24 Jan 2015 08:51:39 -0800 (PST) From: =?UTF-8?Q?Stefan_M=C3=BChlinghaus?= To: voidlinux@googlegroups.com Message-Id: In-Reply-To: References: Subject: Re: Can't mount /tmp with noexec?? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2790_68890200.1422118299557" ------=_Part_2790_68890200.1422118299557 Content-Type: multipart/alternative; boundary="----=_Part_2791_1144051192.1422118299564" ------=_Part_2791_1144051192.1422118299564 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Not a perfect solution, but you could mount as noexec by default and whenever you want to install packages you can do a quick mount -o remount,exec /tmp before and another mount -o remount /tmp afterwards. ------=_Part_2791_1144051192.1422118299564 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Not a perfect solution, but you could mount as noexec by d= efault and whenever you want to install packages you can do a quick
mount -o remount,exec /= tmp
<= /code>

before and another
 
mount -o remoun= t /= tmp
<= /code>

afterwards.
------=_Part_2791_1144051192.1422118299564-- ------=_Part_2790_68890200.1422118299557--