mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Page:
Building packages with pbuilder
Pages
Adding, updating and installing new translations
Building packages with pbuilder
Compilation
Configurations
Cross compilation
Dependencies and how it works
Events window themes
FAQs
GUI known problems
Getting started
Home
Installation
Known problems
Nodes authentication
Nodes
OpenSnitch in action
Pop ups dialogs
Process monitor dialog
Rules editor
Rules examples
Rules
SIEM integration
System rules legacy
System rules
The Events window
Why OpenSnitch does not intercept application XXX
block lists
daemon known problems
monitor method auditd
monitor method ebpf
No results
1
Building packages with pbuilder
wiki auto updater edited this page 2021-02-15 09:41:47 +00:00
Using pbuilder is a fancy way of creating deb packages.
You just need to download the .dsc file:
Create the chroot environment:
$ sudo apt install qemu-static
$ sudo pbuilder create --architecture armhf --distribution sid --debootstrap qemu-debootstrap --basetgz /var/cache/pbuilder/sid-armhf.tgz
build the package using the pbuilder chroot:
$ sudo pbuilder build --architecture armhf --basetgz /var/cache/pbuilder/sid-armhf.tgz --buildresult /tmp/rc10/pkgs opensnitch_1.0.0rc9-1.dsc
You can repeat the process for arm64, amd64, i386, etc..., and other distributions:
--distribution sid
--architecture armhf
- Installation
- Getting started
- Configuration
- Compilation
- GUI translations
- FAQs and common errors
- Examples OpenSnitch in action
Please help us make this wiki better.
How to submit changes: https://github.com/evilsocket/opensnitch/blob/wiki/README.md