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

/systemd/src/core/
H A Dsmack-setup.c128 _cleanup_close_ int cipso2_fd = -1; local
135 cipso2_fd = open("/sys/fs/smackfs/cipso2", O_RDWR|O_CLOEXEC|O_NONBLOCK|O_NOCTTY);
136 if (cipso2_fd < 0) {
185 if (write(cipso2_fd, buf, strlen(buf)) < 0) {

Completed in 10 milliseconds