We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d86670 commit fd49025Copy full SHA for fd49025
src/context/builder.rs
@@ -390,7 +390,7 @@ impl CatBoxOption {
390
let cgroup = env::var("CATJ_CGROUP").unwrap_or(current_user.name);
391
392
let catbox_user = User::from_name("nobody").unwrap().unwrap();
393
- let catbox_group = Group::from_name("nogroup").unwrap().unwrap();
+ let catbox_group = Group::from_gid(catbox_user.gid).unwrap().unwrap();
394
395
CatBoxOption {
396
label: "catbox".to_string(),
0 commit comments