Comments on: Locking a script to a given user with Perl https://grey-panther.net/2008/06/locking-a-script-to-a-given-user-with-perl.html Just another WordPress site Sat, 27 Sep 2008 10:33:48 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Cd-MaN https://grey-panther.net/2008/06/locking-a-script-to-a-given-user-with-perl.html#comment-675 Sat, 27 Sep 2008 10:33:48 +0000 https://grey-panther.net/?p=700#comment-675 I use the method on Windows to prevent the scripts from accidentally being executed as other than the intended user, so I regret to say, but I don’t know how to do it.

]]>
By: Anonymous https://grey-panther.net/2008/06/locking-a-script-to-a-given-user-with-perl.html#comment-692 Sat, 20 Sep 2008 12:07:45 +0000 https://grey-panther.net/?p=700#comment-692 Another question is how to confirm if a logged user belongs to same group as file owner’s group.

]]>
By: Anonymous https://grey-panther.net/2008/06/locking-a-script-to-a-given-user-with-perl.html#comment-693 Sat, 20 Sep 2008 12:07:45 +0000 https://grey-panther.net/?p=700#comment-693 how to disallow the root user even?
say if I login as ‘appuser’ and do a sudo to become ‘root’, still getlogin gives me ‘appuser’ not ‘root’

]]>