Hi,
I need a user to stay out completely from LVE so it can view all processes.
Ive tried the following without success:
-> usermod -u 55 netdata (to set a UID below 500)
-> usermod -G wheel netdata (to add it to the "wheel" user that supposedly is out of LVE)
-> edit /etc/pam.d/sshd and add:
session required pam_lve.so 500 1 wheel,netdata
The only thing that works is adding the user to the "clsupergid" like this:
usermod -G clsupergid netdata
But seems that there is some cloudlinux cron that pulls the user out of this group after some time.
Ignacio
I need a user to stay out completely from LVE so it can view all processes.
Ive tried the following without success:
-> usermod -u 55 netdata (to set a UID below 500)
-> usermod -G wheel netdata (to add it to the "wheel" user that supposedly is out of LVE)
-> edit /etc/pam.d/sshd and add:
session required pam_lve.so 500 1 wheel,netdata
The only thing that works is adding the user to the "clsupergid" like this:
usermod -G clsupergid netdata
But seems that there is some cloudlinux cron that pulls the user out of this group after some time.
Ignacio
Comment