summaryrefslogtreecommitdiffstats
path: root/pillar/role/onion-router.sls
blob: a50c802b56d042e812b86b0abaf3492aaaccb364 (plain)
1
2
3
4
5
{%- if grains['kernel'] == 'Linux' %}
tor:
  torrc:
    Sandbox: 1
{%- endif %}