mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-09-18 09:55:21 +02:00
Limit includes in imaevm.h
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
This commit is contained in:
10
src/evmctl.c
10
src/evmctl.c
@@ -27,22 +27,28 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/param.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
#include <attr/xattr.h>
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
#include <keyutils.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/hmac.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
#define USE_FPRINTF
|
||||
|
||||
#include "imaevm.h"
|
||||
|
Reference in New Issue
Block a user