kernel/security/integrity/evm/evm_main.c
.. .. @@ -473,7 +473,9 @@ 473 473 474 474 /** 475 475 * evm_inode_setattr - prevent updating an invalid EVM extended attribute 476 + * @idmap: idmap of the mount476 477 * @dentry: pointer to the affected dentry 478 + * @attr: iattr structure containing the new file attributes477 479 * 478 480 * Permit update of file attributes when files have a valid EVM signature, 479 481 * except in the case of them having an immutable portable signature.