I want to make "finger" harmless on Solaris 10, and I see this in the man page;
OPTIONS
fingerd supports the following option.
-s Enable secure mode. Deny forwarding of queries to other remote hosts.
Is it possible to change the start-up options for the in.fingerd without "cheating" and editing the manifest (/var/svc/manifest/network/finger.xml) itself?
Turns out the official way to modify an SMF of an inetd-managed service is with inetadm;
Before
Fix
After
In general, you should be able to change the "start/exec" property of a service with svccfg command:
Then, refresh and restart the service: