mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 14:36:33 +01:00
parent
72e0618aa2
commit
7e3badfb3f
2 changed files with 3 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -32,8 +32,8 @@ jobs:
|
||||||
- name: Show AppArmor log
|
- name: Show AppArmor log
|
||||||
run: sudo aa-log
|
run: sudo aa-log
|
||||||
|
|
||||||
# - name: Ensure compatibility with some AppArmor userspace tools
|
- name: Ensure compatibility with some AppArmor userspace tools
|
||||||
# run: sudo aa-enforce /etc/apparmor.d/aa-notify
|
run: sudo aa-enforce /etc/apparmor.d/aa-notify
|
||||||
|
|
||||||
- name: Show Number of loaded profile
|
- name: Show Number of loaded profile
|
||||||
run: sudo aa-status --profiled
|
run: sudo aa-status --profiled
|
||||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -178,6 +178,7 @@ _resolve_attachments() {
|
||||||
|
|
||||||
# Internal userspace process
|
# Internal userspace process
|
||||||
_userspace() {
|
_userspace() {
|
||||||
|
local start="$1" end="$2"; shift 2
|
||||||
files=("$@")
|
files=("$@")
|
||||||
ii="$start"
|
ii="$start"
|
||||||
while [[ $ii -le $end && $ii -lt $len ]]; do
|
while [[ $ii -le $end && $ii -lt $len ]]; do
|
||||||
|
|
Loading…
Reference in a new issue