security execute - leaks - errors

Execute tool with privileges.

      execute-with-privileges program [args...]
            On success stdin will be read and forwarded to the tool.

Run /usr/bin/leaks on this process.

      leaks [-h] [-cycles] [-nocontext] [-nostacks] [-exclude symbol]

   Options:
      -cycles          Use a stricter algorithm (See leaks(1) for details).
      -nocontext       Withhold the hex dumps of the leaked memory.
      -nostacks        Don’t show stack traces of leaked memory.
      -exclude symbol  Ignore leaks called from symbol.

This can help find memory leaks after running certain commands.

Display an error string for the given security-related error code.

      error [-h] [error code(s)...]
            The error can be in decimal or hex, e.g. 1234 or 0x1234.
            Multiple errors can be separated by spaces.

Show all commands, or show usage for a command.

      help [-h]

“Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing” ~ Helen Keller

Related macOS commands

Local man page: security - Command line help page on your local machine.
security - Administer Keychains, keys, certificates and the Security framework.


 
Copyright © 1999-2025 windevcluster.com
Some rights reserved