diff options
Diffstat (limited to 'testing/kismet/kismet.post-install')
-rw-r--r-- | testing/kismet/kismet.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/kismet/kismet.post-install b/testing/kismet/kismet.post-install new file mode 100644 index 0000000000..a60b29ea5a --- /dev/null +++ b/testing/kismet/kismet.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +chown root:kismet "/usr/bin/kismet_capture" +chmod 4550 "/usr/bin/kismet_capture" |