Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SANDBOX-EXEC(1)		    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		       SANDBOX-EXEC(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sandbox-exec&sektion=1&manpath=macOS+26.3>

home | help