| Commit message (Expand) | Author | Age | Files | Lines |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 11 | -12/+12 |
* | fedora: Adjust path for SELinux policy and interface file to latest guidelines2023_03_29.b10b983 | Stefano Brivio | 2023-03-29 | 1 | -9/+8 |
* | fedora: Don't install useless SELinux interface file for pasta | Stefano Brivio | 2023-03-29 | 1 | -2/+0 |
* | selinux: Drop useless interface file for pasta | Stefano Brivio | 2023-03-29 | 1 | -25/+0 |
* | fedora: Refresh SELinux labels in scriptlets, require -selinux package2023_03_17.dd23496 | Stefano Brivio | 2023-03-17 | 1 | -5/+15 |
* | fedora: Install SELinux interface files to shared include directory2023_03_10.70c0765 | Stefano Brivio | 2023-03-10 | 1 | -0/+4 |
* | contrib/selinux: Split interfaces into smaller bits | Stefano Brivio | 2023-03-10 | 1 | -10/+61 |
* | contrib/selinux: Drop unused passt_read_data() interface | Stefano Brivio | 2023-03-10 | 1 | -8/+0 |
* | contrib/selinux: Drop "example" from headers: this is the actual policy | Stefano Brivio | 2023-03-10 | 6 | -6/+6 |
* | contrib: Drop libvirt out-of-tree patch, integration mostly works in 9.1.0 | Stefano Brivio | 2023-03-09 | 1 | -427/+0 |
* | contrib: Drop QEMU out-of-tree patches | Stefano Brivio | 2023-03-09 | 2 | -208/+0 |
* | contrib: Drop Podman out-of-tree patch, integration is upstream now | Stefano Brivio | 2023-03-09 | 1 | -605/+0 |
* | contrib/selinux: Let interface users set paths for log, PID, socket files | Stefano Brivio | 2023-03-09 | 1 | -1/+25 |
* | contrib/selinux: Allow binding and connecting to all UDP and TCP ports | Stefano Brivio | 2023-03-09 | 1 | -12/+15 |
* | contrib/selinux: Let passt write to stdout and stderr when it starts | Stefano Brivio | 2023-03-09 | 1 | -0/+1 |
* | contrib/selinux: Drop duplicate init_daemon_domain() rule | Stefano Brivio | 2023-03-09 | 1 | -1/+0 |
* | contrib/apparmor: Split profile into abstractions, use them | Stefano Brivio | 2023-02-27 | 3 | -60/+89 |
* | selinux/passt.te: Allow setting socket option on routing netlink socket | Stefano Brivio | 2023-02-21 | 1 | -1/+1 |
* | selinux/passt.te: Allow /etc/resolv.conf symlinks to be followed | Stefano Brivio | 2023-02-21 | 1 | -0/+1 |
* | selinux/passt.te: Allow setcap on the process itself | Stefano Brivio | 2023-02-21 | 1 | -0/+1 |
* | selinux: Switch to a more reasonable model for PID and socket files | Stefano Brivio | 2023-02-21 | 2 | -5/+7 |
* | selinux: Define interfaces for libvirt and similar frameworks | Stefano Brivio | 2023-02-21 | 2 | -0/+27 |
* | selinux/passt.if: Fix typo in passt_read_data interface definition | Stefano Brivio | 2023-02-21 | 1 | -1/+1 |
* | Remove contrib/debian, Debian package development now happens on Salsa | Stefano Brivio | 2022-11-16 | 6 | -63/+0 |
* | contrib/apparmor: Merge pasta and passt profiles, update rules | Stefano Brivio | 2022-11-16 | 2 | -88/+51 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -1/+1 |
* | contrib/podman: Rebase to latest upstream | Stefano Brivio | 2022-09-24 | 1 | -45/+50 |
* | fedora: Escape % characters in spec file's changelog2022_09_06.e2cae8f | Stefano Brivio | 2022-09-07 | 1 | -1/+1 |
* | fedora: Add selinux-policy Requires: tag2022_09_01.7ce9fd1 | Stefano Brivio | 2022-09-02 | 1 | -2/+5 |
* | fedora: Add %dir entries for own SELinux policy directory and documentation | Stefano Brivio | 2022-09-02 | 1 | -3/+5 |
* | podman, slirp4netns.sh: Use --netns option on pasta's command line2022_08_29.0cb795e | Stefano Brivio | 2022-08-30 | 1 | -3/+3 |
* | contrib: Rebase Podman patch to latest upstream | Stefano Brivio | 2022-08-30 | 1 | -47/+47 |
* | fedora: Pass explicit bindir, mandir, docdir, and drop OpenSUSE override | Stefano Brivio | 2022-08-30 | 1 | -5/+1 |
* | fedora: Use full versioning for SELinux subpackage Requires: tag | Stefano Brivio | 2022-08-30 | 1 | -1/+1 |
* | fedora: Define git_hash in spec file and reuse it | Stefano Brivio | 2022-08-30 | 1 | -2/+4 |
* | fedora: Drop comment stating the spec file is an example file | Stefano Brivio | 2022-08-30 | 1 | -2/+0 |
* | fedora: Drop SPDX identifier from spec file | Stefano Brivio | 2022-08-30 | 1 | -2/+0 |
* | fedora: Adopt versioning guideline for snapshots | Stefano Brivio | 2022-08-30 | 1 | -2/+5 |
* | Makefile: Use more GNU-style directory variables, explicit docdir for OpenSUSE2022_08_21.7b71094 | Stefano Brivio | 2022-08-21 | 1 | -0/+4 |
* | fedora: Fix man pages wildcards in spec file | Stefano Brivio | 2022-08-20 | 1 | -5/+5 |
* | fedora: Don't hardcode CFLAGS setting, use %set_build_flags macro instead | Stefano Brivio | 2022-08-20 | 1 | -1/+1 |
* | fedora: Build SELinux subpackage as noarch | Stefano Brivio | 2022-08-20 | 1 | -0/+1 |
* | fedora: Change source URL to HEAD link with explicit commit SHA | Stefano Brivio | 2022-08-20 | 2 | -2/+6 |
* | fedora: Drop VCS tag from spec file | Stefano Brivio | 2022-08-20 | 1 | -1/+0 |
* | fedora: Start Release tag from 1, not 0 | Stefano Brivio | 2022-08-20 | 1 | -1/+1 |
* | fedora: Introduce own rpkg macro for changelog | Stefano Brivio | 2022-08-20 | 2 | -1/+35 |
* | fedora: Install "plain" README, instead of web version, and demo script | Stefano Brivio | 2022-08-20 | 1 | -2/+2 |
* | contrib, test: Rebase Podman patch, enable three-way merge on git am in demo2022_08_04.b516d15 | Stefano Brivio | 2022-08-01 | 1 | -16/+16 |
* | contrib: Rebase Podman patch to latest upstream | Stefano Brivio | 2022-07-21 | 1 | -50/+41 |
* | Don't abbreviate ip(8) arguments in examples and tests | David Gibson | 2022-06-15 | 1 | -1/+1 |