Home
last modified time | relevance | path

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

/busybox-1.35.0/docs/
Dmdev.txt49 Mdev has an optional config file for controlling ownership/permissions of
51 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>]
/busybox-1.35.0/miscutils/
Ddevfsd.c251 struct permissions_type permissions; member
637 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()
/busybox-1.35.0/testsuite/
Dmakedevs.device_table.txt7 # example, if you want to adjust the permissions on a particular file
11 # root (regardless of what its permissions are on the host filesystem).
/busybox-1.35.0/
DLICENSE129 this License, whose permissions for other licensees extend to the
DConfig.in285 permissions.