• J
    ima: sparse fix: include linux/ima.h in ima_main.c · d5813a57
    James Morris 提交于
    Fixes sparse warnings:
    security/integrity/ima/ima_main.c:105:6: warning: symbol 'ima_file_free' was not declared. Should it be static?
    security/integrity/ima/ima_main.c:167:5: warning: symbol 'ima_file_mmap' was not declared. Should it be static?
    security/integrity/ima/ima_main.c:192:5: warning: symbol 'ima_bprm_check' was not declared. Should it be static?
    security/integrity/ima/ima_main.c:211:5: warning: symbol 'ima_file_check' was not declared. Should it be static?
    Signed-off-by: NJames Morris <jmorris@namei.org>
    d5813a57
ima_main.c 5.8 KB