Re: [RFC PATCH v1 0/5] Add support for O_MAYEXEC

From: Florian Weimer
Date: Thu Dec 13 2018 - 06:27:07 EST


* Mimi Zohar:

> The indication needs to be set during file open, before the open
> returns to the caller. ÂThis is the point where ima_file_check()
> verifies the file's signature. ÂOn failure, access to the file is
> denied.

Does this verification happen for open with O_PATH?

Thanks,
Florian