Skip to content

Commit 379c7f5

Browse files
committed
Apparmor configuration for GHA
1 parent d87ca39 commit 379c7f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python }}
2323
- name: Install apt dependencies
24-
run: sudo apt-get -y install libsasl2-dev python-dev libldap2-dev libssl-dev slapd ldap-utils
24+
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
2527
- name: Install python dependencies
2628
run: pip install tox poetry
2729
- name: Run Tox

0 commit comments

Comments
 (0)