Lines Matching full:sandbox
1 .TH sandbox.conf "5" "June 2010" "sandbox.conf" "Linux System Administration"
3 sandbox.conf \- user config file for the SELinux sandbox
6 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.
17 The name of the sandbox control group. Default is "sandbox".
21 Which cpus to assign sandbox to. The default is ALL, but users can specify a comma-separated list with dashes ("-") to represent ranges. Ex: 0-2,5
25 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
29 Percentage of cpu sandbox should be allowed to use. The default is 80%. Specify a value followed by a percent sign ("%"). Ex: 50%
35 sandbox(8)