Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sandbox-exec(1) [mojave man page]

SANDBOX-EXEC(1) 					    BSD General Commands Manual 					   SANDBOX-EXEC(1)

NAME
sandbox-exec -- execute within a sandbox (DEPRECATED) SYNOPSIS
sandbox-exec [-f profile-file] [-n profile-name] [-p profile-string] [-D key=value ...] command [arguments ...] DESCRIPTION
The sandbox-exec command is DEPRECATED. Developers who wish to sandbox an app should instead adopt the App Sandbox feature described in the App Sandbox Design Guide. The sandbox-exec command enters a sandbox using a profile specified by the -f, -n, or -p option and executes command with arguments. The options are as follows: -f profile-file Read the profile from the file named profile-file. -n profile-name Use the pre-defined profile profile-name. -p profile-string Specify the profile to be used on the command line. -D key=value Set the profile parameter key to value. SEE ALSO
sandbox_init(3), sandbox(7), sandboxd(8) Mac OS X March 9, 2017 Mac OS X

Check Out this Related Man Page

sandbox.conf(5) 					    Linux System Administration 					   sandbox.conf(5)

NAME
sandbox.conf - user config file for the SELinux sandbox DESCRIPTION
When running sandbox with the -C argument, it will be confined using control groups and a system administrator can specify how the sandbox is confined. Everything after "#" is ignored, as are empty lines. All arguments should be separated by and equals sign ("="). These keywords are allowed. NAME The name of the sandbox control group. Default is "sandbox". CPUAFFINITY Which cpus to assign sandbox to. The default is ALL, but users can specify a comma-separated list with dashes ("-") to rep- resent ranges. Ex: 0-2,5 MEMUSAGE How much memory to allow sandbox to use. The default is 80%. Users can specify either a percentage or a value in the form of a number followed by one of the suffixes K, M, G to denote kilobytes, megabytes or gigabytes respectively. Ex: 50% or 100M CPUUSAGE Percentage of cpu sandbox should be allowed to use. The default is 80%. Specify a value followed by a percent sign ("%"). Ex: 50% SEE ALSO
sandbox(8) AUTHOR
This manual page was written by Thomas Liu <tliu@fedoraproject.org> sandbox.conf June 2010 sandbox.conf(5)
Man Page