mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
10 lines
259 B
Desktop File
10 lines
259 B
Desktop File
[Unit]
|
|
Description=Test for AmbientCapabilities
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'c=$$(grep "CapAmb:" /proc/self/status); test "$$c" = "CapAmb: 0000000000003000"'
|
|
Type=oneshot
|
|
User=nfsnobody
|
|
AmbientCapabilities=CAP_NET_ADMIN
|
|
AmbientCapabilities=CAP_NET_RAW
|