[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH/RFC] do not source/exec scripts on noexec mount points
From: |
Piotr Grzybowski |
Subject: |
Re: [PATCH/RFC] do not source/exec scripts on noexec mount points |
Date: |
Sun, 13 Dec 2015 12:21:09 +0100 |
hi,
On Sat, Dec 12, 2015 at 11:53 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On 12 Dec 2015 15:06, Bob Proulx wrote:
>> It will almost
>> certainly get in the way of a reasonable use case.
>
> can you name a reasonable use case this breaks ?
source /media/noexecmountpoint/sh/functions.sh;
find_all_files_with_executable_bit /media/noexecmountpoint;
Mike: I kind of understand your idea, but noexec flag given in the
mount significates something else then your patch addresses.
cheers,
pg