Searched refs:group (Results 1 – 9 of 9) sorted by relevance
/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | group.rs | 36 let group = groups[i]; in do_create_groups() localVariable 37 if group.attrs().is_empty() { in do_create_groups() 40 if let Err(e) = self.do_create_group(kobj, group, update) { in do_create_groups() 43 group.name().unwrap_or("") in do_create_groups() 57 group: &'static dyn AttributeGroup, in do_create_group() 63 if group.attrs().is_empty() { in do_create_group() 68 if group.name().is_some() { in do_create_group() 72 .find(group.name().unwrap()) in do_create_group() 82 group.name().unwrap().to_string(), in do_create_group() 89 self.warn_duplicate(&kobj_inode, group.name().unwrap()); in do_create_group() [all …]
|
H A D | mod.rs | 20 pub mod group; module
|
/DragonOS/user/apps/user-manage/ |
H A D | README.md | 7 useradd -c \<comment\> -d \<home\> -G \<group\> -g \<gid\> -s \<shell\> -u \<uid\> username 25 > /etc/group 42 > /etc/group 64 > /etc/group 93 > /etc/group 108 > /etc/group 124 > /etc/group 136 _/etc/group 文件格式:_
|
/DragonOS/user/apps/user-manage/src/check/ |
H A D | check.rs | 41 info.group = arg.clone(); in check() 99 if info.group.is_empty() && info.gid.is_empty() { in check_group_gid() 113 if !info.group.is_empty() && info.group == groupname { in check_group_gid() 116 format!("The gid of the group [{}] isn't {}", info.group, info.gid), in check_group_gid() 126 if !info.group.is_empty() && info.group != groupname { in check_group_gid() 128 format!("The gid of the group [{}] isn't {}", info.group, info.gid), in check_group_gid() 131 } else if info.group.is_empty() || info.group == groupname { in check_group_gid() 132 info.group = groupname; in check_group_gid() 151 if !info.group.is_empty() { in check_group_gid() 152 groupname = info.group.clone(); in check_group_gid() [all …]
|
H A D | info.rs | 9 pub group: String, field
|
/DragonOS/kernel/src/namespaces/ |
H A D | user_namespace.rs | 48 group: usize, field 123 group: 0, in new()
|
/DragonOS/user/apps/user-manage/src/executor/ |
H A D | executor.rs | 28 let group = open_file("/etc/group"); in new() localVariable 33 group_file: group, in new() 99 if info.group == info.username { in write_group_file() 113 if field[0].eq(info.group.as_str()) && !users.contains(&info.username.as_str()) { in write_group_file() 141 if info.group == info.username { in write_gshadow_file() 155 if field[0].eq(info.group.as_str()) && !users.contains(&info.username.as_str()) { in write_gshadow_file() 451 if let Some(group) = &info.new_group { in update_gshadow_file() 453 if group != fields[0] { in update_gshadow_file()
|
/DragonOS/ |
H A D | README_EN.md | 58 - Additionally, you can find the contact information of the respective community group leaders via …
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.9.md | 1146 增加gettid以及线程组group leader相关的逻辑 (#430) 1148 * 增加gettid以及线程组group leader相关的逻辑
|