mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 07:17:13 +01:00
* 'main' of github.com:roddhjav/apparmor.d:
tests: cleanup the basic structure of integration tests. Update sysctl
This commit is contained in:
commit
8df192c1f9
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
|
@ -15,6 +15,7 @@ profile sysctl @{exec_path} {
|
|||
|
||||
capability net_admin,
|
||||
capability sys_admin,
|
||||
capability sys_ptrace,
|
||||
capability sys_resource,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
|
Loading…
Reference in a new issue