Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rainbow/permissions/short.txt
blob: f01222068de6e31ed2e3f84d67833ea37521c46a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# We will make a new section in activity.info called:
[Capabilities]


net=1                       # over-all net access; (1, 0)
net.limits.burst=10         # token bucket depth; tokens
net.limits.steady=2         # token bucket refill rate;  tokens / sec
net.limits.connections=5    # connections 

#net.limits.quota=3.5       # total throughput megabytes
#net.firewall=???           # some firewall rules, TBD
#net.access_rules.times=    # 
#net.ports.53.bind=1        # allow us to bind on port 53

nand.limits.burst=1         # tokens
nand.limits.steady=1        # tokens / sec
nand.limits.quota=0         # mb


microphone=1                # boolean flags
microphone.analog=0         #
camera=1                    #
dsp.bg=1                    # we want to play sounds in the background


cpu.limits.burst=100        # tokens
cpu.limits.steady=50        # tokens/sec


x=0                         # synthetic X events


fs.full=0                   # we don't need full disk access
usb=0                       # or usb access
sd=0                        # or SD access


document=0                  # boolean flag
document.read_only=         # mime-type
document.limits.burst=0     # tokens
document.limits.steady=0    # tokens/sec