Skip to content

Allow fapolicyd connect to systemd-userdbd over a unix socket #28

Allow fapolicyd connect to systemd-userdbd over a unix socket

Allow fapolicyd connect to systemd-userdbd over a unix socket #28

name: rawhide-build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:rawhide
steps:
- uses: actions/checkout@v2
- name: getting envinronment info
run: uname -a
- name: print fedora version
run: cat /etc/fedora-release
- name: installing dependecies
run: dnf -y install dnf-plugins-core python3-dnf-plugins-core; dnf -y builddep fapolicyd selinux-policy
- name: make
run: make