diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-03-28 16:39:58 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-03-30 05:52:39 +0200 |
commit | bc925b1da4e1fbe3f8562c2d0070774df06dc045 (patch) | |
tree | d5cacd5f2fb521ca75fed09b41a49d62b2d1ae9a /README.md | |
parent | 81c2461408bc2284f911a0d1a8f1c94e871797c3 (diff) | |
download | passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.tar passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.tar.gz passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.tar.bz2 passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.tar.lz passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.tar.xz passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.tar.zst passt-bc925b1da4e1fbe3f8562c2d0070774df06dc045.zip |
contrib: Add example of Debian package files
...using dh_apparmor to ship and apply AppArmor profiles. Tried on
current Debian testing (Bookworm, 12).
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -345,9 +345,11 @@ speeding up local connections, and usually requiring NAT. _pasta_: x86_64 (static builds) * ✅ testing on non-x86_64 architectures (aarch64, armv7l, i386, ppc64, ppc64le, s390x) +* ✅ example Debian [package files](passt/tree/contrib/debian), + example [`spec` file](/passt/tree/contrib/fedora) for Fedora * 🛠 official [OpenSUSE packages](https://build.opensuse.org/package/show/home:mnhauke/passt) -* ⌚ packages for Debian, Fedora, etc. +* ⌚ official packages for Debian, Fedora, etc. ### Services * ✅ built-in [ARP proxy](/passt/tree/arp.c) |