Searched defs:IMA_SECFS_POLICY (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dima-setup.c32 #define IMA_SECFS_POLICY IMA_SECFS_DIR "/policy" macro
54 if (access(IMA_SECFS_POLICY, F_OK) < 0) {
59 imafd = open(IMA_SECFS_POLICY, O_WRONLY|O_CLOEXEC);
61 log_error_errno(errno, "Failed to open the IMA kernel interface "IMA_SECFS_POLICY", ignoring: %m");

Completed in 95 milliseconds