fix: I am stupid.

See #76
This commit is contained in:
Alexandre Pujol 2023-01-28 19:11:50 +00:00
parent 72e0618aa2
commit 7e3badfb3f
Failed to generate hash of commit
2 changed files with 3 additions and 2 deletions

View file

@ -32,8 +32,8 @@ jobs:
- name: Show AppArmor log
run: sudo aa-log
# - name: Ensure compatibility with some AppArmor userspace tools
# run: sudo aa-enforce /etc/apparmor.d/aa-notify
- name: Ensure compatibility with some AppArmor userspace tools
run: sudo aa-enforce /etc/apparmor.d/aa-notify
- name: Show Number of loaded profile
run: sudo aa-status --profiled

1
configure vendored
View file

@ -178,6 +178,7 @@ _resolve_attachments() {
# Internal userspace process
_userspace() {
local start="$1" end="$2"; shift 2
files=("$@")
ii="$start"
while [[ $ii -le $end && $ii -lt $len ]]; do