Search Criteria
Package Details: opensnitch-ebpf-module-git 1.6.0rc5.r84.e1afd24-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/opensnitch-ebpf-module-git.git (read-only, click to copy) |
---|---|
Package Base: | opensnitch-ebpf-module-git |
Description: | eBPF process monitor module for opensnitch |
Upstream URL: | https://github.com/evilsocket/opensnitch |
Licenses: | GPL3 |
Conflicts: | opensnitch-ebpf-module |
Provides: | opensnitch-ebpf-module |
Submitter: | lsf |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 6 |
Popularity: | 0.041292 |
First Submitted: | 2021-07-08 17:14 (UTC) |
Last Updated: | 2023-06-11 11:45 (UTC) |
Dependencies (9)
- opensnitch (opensnitch-gitAUR)
- bc (bc-ghAUR) (make)
- clang (clang8AUR, clang-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-hybrid-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- libelf (elfutils-gitAUR) (make)
- linux-headers (linux-galliumos-headersAUR, linux-t2-wifi-headersAUR, linux-tqc-a01-headersAUR, artixlinux-kernel-stoneyridge-headersAUR, linux-headers-binAUR) (make)
- llvm (llvm8AUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
Required by (1)
- opensnitch-git (optional)
Latest Comments
1 2 Next › Last »
eclairevoyant commented on 2023-06-10 10:48 (UTC)
binutils
,flex
must be removed frommakedepends
as they are part ofbase-devel
.selfdenial commented on 2023-05-29 16:27 (UTC) (edited on 2023-05-29 17:11 (UTC) by selfdenial)
Thank you for maintaining this package!
Looks like I'd forgotten to add 0001-Build-with-Archlinux.patch into the PKGBUILD although included in the encompassing patch. It doesn't build from AUR as a result.
UPDATE: this commit has broken the original patch. Here is a new patch to account for changes to Makefile: 0001-Build-with-Archlinux-1.patch
Fun!
lsf commented on 2023-05-29 10:43 (UTC)
@selfdenial: thank you so very much! Things should be fine again now, thanks to your efforts :)
(sorry for taking so long to get things sorted)
selfdenial commented on 2023-05-26 02:46 (UTC) (edited on 2023-05-26 07:14 (UTC) by selfdenial)
Edit: patches never seems to work well with markdown (patches successfully but
makepkg
fails). Here is a working link: 0001-Restore-build-with-later-revisions.patchHi I'm no expert but I've managed to make this build and might as well share what I've changed:
Zwei commented on 2023-05-19 19:24 (UTC) (edited on 2023-05-19 19:25 (UTC) by Zwei)
Also getting the
file.patch
error.Note that new compilation instructions were pushed a few days ago.
uffe commented on 2023-05-19 11:12 (UTC)
I've been succesfully building "opensnitch-ebpf-module-git" for many months - until recently
This error seems to have been introduced recently by some source change
PKGBUILD: line 32: /tmp/xxx/.cache/yay/opensnitch-ebpf-module-git/src/opensnitch/ebpf_prog/file.patch: No such file or directory
weru345 commented on 2022-12-28 13:16 (UTC) (edited on 2022-12-28 13:27 (UTC) by weru345)
PKGBUILD needs to be updated due to this commit from last week: https://github.com/evilsocket/opensnitch/commit/210e843aabd82986f38914e25dbaa6ffb9bfc8b9
The building process now needs to include the newly added file common_defs.h
Last few lines when building the package:
Even though the package building completes just fine without common_defs.h, eBPF as monitor method stopped working for me completely. I ran into following error when trying to set eBPF in the Opensnitch settings
nns commented on 2022-11-22 05:21 (UTC)
As per the new eBPF instructions, the location
/etc/opensnitchd/
for the compiled program is deprecated, and the locations/usr/local/lib/opensnitchd/ebpf/
and/usr/lib/opensnitchd/ebpf/
are preferred instead.weru345 commented on 2022-11-20 11:56 (UTC) (edited on 2022-11-20 13:22 (UTC) by weru345)
https://github.com/evilsocket/opensnitch/commit/71747ebed52a586d41b4fd78360edfc46e361967
ebpf instructions were updated
weru345 commented on 2022-08-14 06:43 (UTC)
Due to linux 5.19.1.arch2-1 hitting Core repo a few hours ago, the PKGBUILD needs to be updated.
(More of a PSA for all the early birds wondering why their VPN to a Wireguard server stoppped working after updating to the latest kernel version. This actually took me a good hour to figure out...)
1 2 Next › Last »