For Mac users in enterprise environments, this application gives users control over the administration of their machine by elevating their level of access to administrator privileges on macOS. Users can set a timeframe in the application's settings to perform specific tasks, such as installing or removing an application.
Right now, when using PrivilegesCli --add, it prompts the user for the reason for needing admin rights. Our organization sets this to need at least 10 characters.
I want to provide this reason in a single line without prompting the user. Something like:
Right now, when using
PrivilegesCli --add
, it prompts the user for the reason for needing admin rights. Our organization sets this to need at least 10 characters.I want to provide this reason in a single line without prompting the user. Something like:
Is this possible?