We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5181 commit d9e245cCopy full SHA for d9e245c
.gitignore
@@ -1,3 +1,4 @@
1
cmd/notify/notify
2
+cmd/intercept/intercept
3
.DS_Store
4
dist
cmd/intercept/intercept.go
@@ -32,7 +32,7 @@ func main() {
32
}()
33
34
if os.Getuid() != 0 {
35
- gologger.Printf("Command may fail as the program is not running as root and unable to access raw sockets")
+ gologger.Fatalf("The program is not running as root and unable to access raw sockets")
36
}
37
gologger.Printf("Attempting to intercept BIID")
38
// otherwise attempt to retrieve it
0 commit comments