linux - Autoconf, setcap and checkinstall -
i have autoconf project contains post-install hook this:
install-exec-hook: setcap cap_net_raw+ep $(bindir)/myexecutable i utilize checkinstall bundle , install on local system, after checkinstall done, appears $(bindir)/myexecutable not have capabilities, getcap /usr/local/bin/myexecuatble gives nothing, whereas expect /usr/local/bin/myexecutable = cap_net_raw+ep.
linux autoconf capability checkinstall
No comments:
Post a Comment