• Dmitry Kasatkin's avatar
    ima: provide 'ima_appraise=log' kernel option · 2faa6ef3
    Dmitry Kasatkin authored
    The kernel boot parameter "ima_appraise" currently defines 'off',
    'enforce' and 'fix' modes.  When designing a policy and labeling
    the system, access to files are either blocked in the default
    'enforce' mode or automatically fixed in the 'fix' mode.  It is
    beneficial to be able to run the system in a logging only mode,
    without fixing it, in order to properly analyze the system. This
    patch adds a 'log' mode to run the system in a permissive mode and
    log the appraisal results.
    Signed-off-by: default avatarDmitry Kasatkin <d.kasatkin@samsung.com>
    Signed-off-by: default avatarMimi Zohar <zohar@linux.vnet.ibm.com>
    2faa6ef3
ima_appraise.c 9.63 KB