Allow fapolicyd connect to systemd-userdbd over a unix socket #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 usbguard selinux-policy | |
- name: make | |
run: make |