Home | History | Annotate | Download | only in debian
      1 [Unit]
      2 Description=Perfetto trace daemon
      3 
      4 [Service]
      5 ExecStart=/usr/sbin/traced
      6 User=nobody
      7 Group=nogroup
      8 PrivateTmp=no
      9 PrivateDevices=yes
     10 PrivateNetwork=yes
     11 ProtectSystem=yes
     12 ProtectHome=yes
     13 NoNewPrivileges=yes
     14 RestrictAddressFamilies=AF_UNIX
     15 SystemCallArchitectures=native
     16