Searched refs:imafd (Results 1 - 1 of 1) sorted by relevance
/systemd/src/core/ | ||
H A D | ima-setup.c | 38 _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 889 milliseconds