[systemd-devel] How to prevent users form seeing other user processes with loginctl/systemctl ?

2023-06-04 Thread antisimus
Hello, Is there a way to hide process information (pids, command line) and prevent one user accessing other user processes information. On a shared system this can be a potential security risk and I really do not like idea users inspecting each other's running processes. Here I have user *bob *ac

Re: [systemd-devel] How to prevent users form seeing other user processes with loginctl/systemctl ?

2023-06-04 Thread antisimus
send_interface="org.freedesktop.systemd1.Manager" > send_member="GetUnitProcesses"/> > > > > > On Sun, Jun 4, 2023, 12:50 antisimus wrote: > >> Hello, >> >> Is there