Skip to content

Commit 9e90759

Browse files
committed
Run code formatter
1 parent fea2e9a commit 9e90759

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

GPL/HostIsolation/KprobeConnectHook/KprobeConnectHook.bpf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* You may choose either one of them if you use this software.
88
*/
99

10-
1110
// Host Isolation - this eBPF program hooks into tcp_v4_connect kprobe and adds
1211
// entries to the IP allowlist if an allowed process tries to initiate a
1312
// connection.

GPL/HostIsolation/TcFilter/Kerneldefs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* You may choose either one of them if you use this software.
88
*/
99

10-
1110
typedef signed char __s8;
1211

1312
typedef unsigned char __u8;

0 commit comments

Comments
 (0)