My mistake, this is PATCH v2. I forgot to change the subject in git
send-email. I can resend if that's needed.
m for extremely heavy read-only workloads.
Therefore, prevent this only in the case there's no action to be taken.
Signed-off-by: Frederick Lawler
---
Changes since v1:
- Add MAY_WRITE && action check to violation_check to avoid MAY_READ
only situations
---
security/integrity/ima/ima
m for extremely heavy read-only workloads.
Therefore, prevent this only in the case there's no action to be taken.
Signed-off-by: Frederick Lawler
---
Changes since v2:
- s/mask & MAY_WRITE/file->f_mode & FMODE_WRITE/
Changes since v1:
- Add MAY_WRITE && action check to viol