Hi. On Sun, Nov 17, 2019 at 03:29:58PM +0100, Hans wrote: > The script settings are > rwsr-xr-- root:dip > and as far as I know, it should start with the rights of root.
Both suid and sgid bits are ignored for scripts. If you need this script to be run as root you either use sudo (and restrict "dip" group to this particular script), or you write your own binary executable. Reco