ima: add support to require IMA sigv3 signatures Defining a policy rule with the "appraise_type=imasig" option allows either v2 or v3 signatures. Defining an IMA appraise rule with the "appraise_type=sigv3" option requires file sigv3 signatures. Define a new appraise type: IMA_SIGV3_REQUIRED Example: appraise func=BPRM_CHECK fowner=0 appraise_type=sigv3 Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>