Re: [PATCH 0/3] ELF executable signing and verification

From: richard -rw- weinberger
Date: Tue Jan 15 2013 - 17:27:14 EST


On Tue, Jan 15, 2013 at 10:34 PM, Vivek Goyal <vgoyal@xxxxxxxxxx> wrote:
> Upon exec(), we determine if executable is signed. If it is, then locks
> down the pages in memory (using MAP_LOCKED) and verfies the signature.
> If signature does not match, process is killed. Unsigned processes
> don't get affected at all.

Also ptrace() should be disallowed on such a process created from a signed ELF.

--
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/