Skip to content

Commit

Permalink
aa-profiles : fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala committed Jun 12, 2023
1 parent b80f7fc commit d825e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apparmor/profiles/usr.bin.tpm2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
profile tpm2 @{exec_path} {
#include <abstractions/base>

# alow necessary access for operations
# allow necessary access for operations
/usr/bin/tpm2 rm,
/jail/{,*,**} rw,

Expand Down
2 changes: 1 addition & 1 deletion pkg/apparmor/profiles/usr.bin.vtpm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
profile vtpm @{exec_path} {
#include <abstractions/base>

# alow necessary access for operations
# allow necessary access for operations
/jail/{,*,**} rw,
/usr/bin/tpm2 rPx,
network inet stream,
Expand Down

0 comments on commit d825e1d

Please sign in to comment.