Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root owned files/directories are owned by "nobody" when running under boxxy #234

Closed
Afluttera opened this issue Aug 3, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Afluttera
Copy link

> ls -la /etc/environment 
-rw-r--r-- 1 root root 97 Apr 11 04:47 /etc/environment
> boxxy ls -la /etc/environment 
 INFO  boxxy::config > loading rules from /home/aflutter/.config/boxxy/boxxy.yaml
 INFO  boxxy::config > loaded 0 total rule(s)
 INFO  boxxy::enclosure > boxed "ls" ♥
-rw-r--r-- 1 nobody nobody 97 Apr 11 04:47 /etc/environment

I'm running into this problem because ssh checks to make sure a file is owned by root, and errors out for security reasons if not (Bad owner or permissions on /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf).

Somehow, this is only a recent issue. I've used boxxy with ssh regularly until around June when it broke. I checked a few older version of boxxy, with the oldest being 5.1, and they all had the issue, though.

@queer
Copy link
Owner

queer commented Aug 3, 2024

This is related to #6.

@queer queer added the question Further information is requested label Oct 27, 2024
@queer
Copy link
Owner

queer commented Oct 27, 2024

#6 is the tracking issue for this problem.

@queer queer closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants