Skip to content

Commit

Permalink
* 'main' of github.com:roddhjav/apparmor.d:
Browse files Browse the repository at this point in the history
  tests: cleanup the basic structure of integration tests.
  Update sysctl
  • Loading branch information
roddhjav committed Nov 19, 2024
2 parents 5c70c50 + 131dad9 commit 8df192c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ check:

.PHONY: bats
bats:
@bats --print-output-on-failure tests/bats/
@bats --pretty --print-output-on-failure tests/bats/

.PHONY: manual
manual:
Expand Down
1 change: 1 addition & 0 deletions apparmor.d/profiles-s-z/sysctl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ profile sysctl @{exec_path} {

capability net_admin,
capability sys_admin,
capability sys_ptrace,
capability sys_resource,

@{exec_path} mr,
Expand Down

0 comments on commit 8df192c

Please sign in to comment.