Searched refs:IMA_POLICY_PATH (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dima-setup.c33 #define IMA_POLICY_PATH "/etc/ima/ima-policy" macro
47 input = fopen(IMA_POLICY_PATH, "re");
50 "Failed to open the IMA custom policy file "IMA_POLICY_PATH", ignoring: %m");
66 return log_error_errno(errno, "Failed to read the IMA custom policy file "IMA_POLICY_PATH": %m")) {
73 return log_error_errno(errno, "Failed to load the IMA custom policy file "IMA_POLICY_PATH"%u: %m",
77 log_info("Successfully loaded the IMA custom policy "IMA_POLICY_PATH".");

Completed in 4669 milliseconds