mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Syntax fixes
This commit is contained in:
parent
8413f6b9e6
commit
7524bfa343
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ include <tunables/global>
|
|||
profile bandwidth @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
{exec_path} rm,
|
||||
@{exec_path} mr,
|
||||
|
||||
network inet,
|
||||
network netlink raw,
|
||||
|
|
|
@ -6,7 +6,7 @@ include <tunables/global>
|
|||
profile loopback @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
{exec_path} rm,
|
||||
@{exec_path} mr,
|
||||
|
||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ include <tunables/global>
|
|||
profile portmap @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
{exec_path} rm,
|
||||
@{exec_path} mr,
|
||||
|
||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||
|
||||
|
|
Loading…
Reference in a new issue