We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87ca39 commit 379c7f5Copy full SHA for 379c7f5
.github/workflows/main.yml
@@ -21,7 +21,9 @@ jobs:
21
with:
22
python-version: ${{ matrix.python }}
23
- name: Install apt dependencies
24
- run: sudo apt-get -y install libsasl2-dev python-dev libldap2-dev libssl-dev slapd ldap-utils
+ run: sudo apt-get --yes install apparmor-utils libsasl2-dev python-dev libldap2-dev libssl-dev slapd ldap-utils
25
+ - name: App armor configuration for slapd
26
+ run: sudo aa-complain /usr/sbin/slapd
27
- name: Install python dependencies
28
run: pip install tox poetry
29
- name: Run Tox
0 commit comments