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

/systemd/src/core/
H A Dima-setup.c38 _cleanup_close_ int imafd = -1; local
59 imafd = open(IMA_SECFS_POLICY, O_WRONLY|O_CLOEXEC);
60 if (imafd < 0) {
72 if (len > 0 && write(imafd, line, len) < 0)

Completed in 11 milliseconds