summaryrefslogtreecommitdiffstats
path: root/testing/openxcap/openxcap.post-install
blob: b3dff42032e87181d372b6fc4e58e77d018c17a1 (plain)
1
2
3
4
5
#!/bin/sh

chown -R openxcap:openxcap /var/run/openxcap
chgrp openxcap /etc/openxcap/config.ini
exit 0