summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-capabilityambientset-merge.service
blob: 64964380e27ab704548516cf25976e8096a76471 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Test for AmbientCapabilities

[Service]
ExecStart=/bin/sh -x -c 'c=$$(grep "CapAmb:" /proc/self/status); test "$$c" = "CapAmb:	0000000000003000"'
Type=oneshot
User=nobody
AmbientCapabilities=CAP_NET_ADMIN
AmbientCapabilities=CAP_NET_RAW