I would like to set upÂa list of users who can run jobs on a particular machine. The list is dynamic and I can generate it on the fly.
I was thinking of doing something like this.
ALLOW_USER = $(ALLOW_USER) && OWNER=="engr")
ALLOW_USER = $(ALLOW_USER) && (OWNER=="phys")
START = $(ALLOW_USER).
Is this the correct way to do it?
--
--- Get your facts first, then you can distort them as you please.--