summarylogtreecommitdiffstats
path: root/kismet-git.install
diff options
context:
space:
mode:
authorAlexander Paetzelt2019-04-21 14:17:47 +0200
committerAlexander Paetzelt2019-04-21 14:17:47 +0200
commita5411c21a2bb141b5cd59229bb8e3c674824e381 (patch)
treec37122bf540153969e4177b2982e8f6db94891c2 /kismet-git.install
parentb0bcbee3fe9ce0029f4f99d933034ebb7d7a97f0 (diff)
downloadaur-a5411c21a2bb141b5cd59229bb8e3c674824e381.tar.gz
Add docs submodule
Diffstat (limited to 'kismet-git.install')
-rw-r--r--kismet-git.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/kismet-git.install b/kismet-git.install
new file mode 100644
index 000000000000..3230ed685749
--- /dev/null
+++ b/kismet-git.install
@@ -0,0 +1,15 @@
+post_install() {
+ cat << EOP
+
+ Kismet has been installed with a SUID ROOT CAPTURE HELPER executeable by
+ users in the group 'kismet'. This WILL ALLOW USERS IN THIS GROUP
+ TO ALTER YOUR NETWORK INTERFACE STATES, but is more secure than running
+ all of Kismet as root. ONLY users in this group will be able to
+ run Kismet and capture from physical network devices.
+
+ Use 'sudo usermod -a -G kismet foouser' to add yourself to the kismet
+ group. You will need to log out and back in before your user will have access.
+ Check the output of the 'groups' command to make sure your user has the proper group!
+
+EOP
+}