Home
last modified time | relevance | path

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

/security/selinux/
Dhooks.c2194 struct file *file, *devnull = NULL; in flush_unauthorized_files() local
2259 if (devnull) { in flush_unauthorized_files()
2260 get_file(devnull); in flush_unauthorized_files()
2262 devnull = dentry_open( in flush_unauthorized_files()
2266 if (IS_ERR(devnull)) { in flush_unauthorized_files()
2267 devnull = NULL; in flush_unauthorized_files()
2273 fd_install(fd, devnull); in flush_unauthorized_files()