mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
e5ba1d324d
CAP_NET_ADMIN is somtrimes dropped by container runtime. This changes to use CAP_CHOWN instead of CAP_NET_ADMIN, as it is less likely to be dropped.
10 lines
255 B
Desktop File
10 lines
255 B
Desktop File
[Unit]
|
|
Description=Test for AmbientCapabilities
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'c=$$(grep "CapAmb:" /proc/self/status); test "$$c" = "CapAmb: 0000000000002001"'
|
|
Type=oneshot
|
|
User=nfsnobody
|
|
AmbientCapabilities=CAP_CHOWN
|
|
AmbientCapabilities=CAP_NET_RAW
|