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

/security/selinux/
H A Dhooks.c2334 struct file *file, *devnull = NULL; local
2368 devnull = dentry_open(&selinux_null, O_RDWR, cred);
2369 if (IS_ERR(devnull))
2370 devnull = NULL;
2373 replace_fd(n - 1, devnull, 0);
2375 if (devnull)
2376 fput(devnull);

Completed in 210 milliseconds