Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddevnode-acl.h9 int devnode_acl(const char *path,
20 static inline int devnode_acl(const char *path, in devnode_acl() function
Ddevnode-acl.c50 int devnode_acl(const char *path, in devnode_acl() function
223 k = devnode_acl(n, flush, del, old_uid, add, new_uid); in devnode_acl_all()
/systemd-251/src/udev/
Dudev-builtin-uaccess.c51 r = devnode_acl(path, true, false, 0, true, uid); in builtin_uaccess()
65 k = devnode_acl(path, true, false, 0, false, 0); in builtin_uaccess()