Home
last modified time | relevance | path

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

/external/selinux/restorecond/
Dutmpwatcher.c52 const char *utmp_path = "/run/utmp"; in utmpwatcher_handle() local
58 FILE *cfg = fopen(utmp_path, "r"); in utmpwatcher_handle()
71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()