Skip to content

Commit 71392a7

Browse files
committed
Disable AppArmor for slapd to allow slapdtest to create temp instances
Signed-off-by: tdruez <[email protected]>
1 parent 03955ea commit 71392a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
sudo apt-get update
4848
# https://github.com/python-ldap/python-ldap/blob/main/.github/workflows/ci.yml
49-
sudo apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils apparmor-utils
49+
sudo apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils enchant-2 apparmor-utils
5050
# Disable AppArmor for slapd to allow slapdtest to create temp instances
5151
sudo aa-disable /usr/sbin/slapd
5252

0 commit comments

Comments
 (0)