1sandbox.conf(5) Linux System Administration sandbox.conf(5)
2
3
4
6 sandbox.conf - user config file for the SELinux sandbox
7
9 When running sandbox with the -C argument, it will be confined using
10 control groups and a system administrator can specify how the sandbox
11 is confined.
12
13
14 Everything after "#" is ignored, as are empty lines. All arguments
15 should be separated by and equals sign ("=").
16
17
18 These keywords are allowed.
19
20
21 NAME The name of the sandbox control group. Default is "sand‐
22 box".
23
24
25 CPUAFFINITY
26 Which cpus to assign sandbox to. The default is ALL, but
27 users can specify a comma-separated list with dashes
28 ("-") to represent ranges. Ex: 0-2,5
29
30
31 MEMUSAGE
32 How much memory to allow sandbox to use. The default is
33 80%. Users can specify either a percentage or a value in
34 the form of a number followed by one of the suffixes K,
35 M, G to denote kilobytes, megabytes or gigabytes respec‐
36 tively. Ex: 50% or 100M
37
38
39 CPUUSAGE
40 Percentage of cpu sandbox should be allowed to use. The
41 default is 80%. Specify a value followed by a percent
42 sign ("%"). Ex: 50%
43
44
45
46
48 sandbox(8)
49
51 This manual page was written by Thomas Liu <tliu@fedoraproject.org>
52
53
54
55sandbox.conf June 2010 sandbox.conf(5)