access to .beroot for users

Hp info
HP-UX tmelps04 B.11.31 U ia64
issue I created a user in his primary group is sysadmin. However when this user executes HPPI he gets shot down because he is not a super user. How do I grant the user permissions to access the beroot script?
Sorry, user xxxxxx is not allowed to execute '/usr/local/admin/bin/.beroot'

ls -ltr /usr/local/admin/bin/.beroot -rwxr-x--- 1 root sysadmin 85 Mar 9 2005 /usr/local/admin/bin/.beroot

What did I miss in the setup?

See man chmod ? Do not try to turn on s bits if it is a script.

I found it and i totaly missed it but I don't know how lol I added the user id to the sudoers for broot duh my bad but thank you for the bit suggestion I did check it as well