Viewing profile — treasy
treasy
HN member- Joined
- Sat, Mar 30, 2024, 10:30 PM UTC
- HN karma
- 19
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About treasy
No profile information was provided.
Recent public activity
-
comment
Comment #39884235
SELinux is overly complicated, but it’s not hard to at least grasp the basics The amount of people confusing DAC and MAC is concerning. You’ve done an excellent job explaining the …
-
comment
Comment #39883868
Those files would be editable by something in the sysadm_t domain which is by default the domain of the root user after a successful authentication This backdoor does not bypass re…
-
comment
Comment #39880106
Selinux domains are uncoupled from Linux users. If sshd does not have Selinux permissions to edit those files it will simply be denied. Even if sshd is run as root
-
comment
Comment #39879687
libselinux is the userspace tooling for selinux, it is irrelevant to this specific discussion as the backdoor does not target selinux in any way, and sshd does not have the capabil…
-
comment
Comment #39879523
If you look at the diagram of privsep, the authentication process is part of the privileged binary, which is where this RCE lives http://www.citi.umich.edu/u/provos/ssh/priv.jpg
-
comment
Comment #39879420
You can definitely prevent a lot of file/executable accesses via SELinux by running sshd in the default sshd_t or even customizing your own sshd domain and preventing sshd from bei…