Searched refs:permissions (Results 1 – 5 of 5) sorted by relevance
49 Mdev has an optional config file for controlling ownership/permissions of51 660 permissions.54 [-][envmatch]<device regex> <uid>:<gid> <permissions>56 [envmatch]@<maj[,min1[-min2]]> <uid>:<gid> <permissions>58 $envvar=<regex> <uid>:<gid> <permissions>71 <device regex> <uid>:<gid> <permissions> [=path]89 <device regex> <uid>:<gid> <permissions> [=path] [@|$|*<command>]91 <device regex> <uid>:<gid> <permissions> [>path] [@|$|*<command>]93 <device regex> <uid>:<gid> <permissions> [!] [@|$|*<command>]
251 struct permissions_type permissions; member637 new->u.permissions.uid = get_uid_gid(UID, p[0]); in process_config_line()638 new->u.permissions.gid = get_uid_gid(GID, ptr); in process_config_line()640 new->u.permissions.mode = get_mode(p[1]); in process_config_line()809 || chmod(info->devname, (statbuf.st_mode & S_IFMT) | (entry->u.permissions.mode & ~S_IFMT)) != 0 in action_permissions()810 || chown(info->devname, entry->u.permissions.uid, entry->u.permissions.gid) != 0 in action_permissions()
7 # example, if you want to adjust the permissions on a particular file11 # root (regardless of what its permissions are on the host filesystem).
129 this License, whose permissions for other licensees extend to the
285 permissions.