Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcgroup-show.c131 static int is_delegated(int cgfd, const char *path) { in is_delegated() argument
135 assert(cgfd >= 0 || path); in is_delegated()
137 r = getxattr_malloc(cgfd < 0 ? path : FORMAT_PROC_FD_PATH(cgfd), "trusted.delegate", &b); in is_delegated()
142 … r = getxattr_malloc(cgfd < 0 ? path : FORMAT_PROC_FD_PATH(cgfd), "user.delegate", &b); in is_delegated()