libksysguard.install 210 B

12345678910
  1. post_install() {
  2. # this is executed by make install, but doesn't work since setcap can only be run as root
  3. setcap CAP_NET_RAW=+ep /usr/lib/ksysguard/ksgrd_network_helper
  4. }
  5. post_upgrade() {
  6. post_install
  7. }