mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
FullSystemPolicy: fix enumerated list formatting
parent
b071b381cc
commit
5a923832fc
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ initramfs setup.
|
|||
(apparmor\_parser is statically linked by default in Ubuntu)
|
||||
by creating /etc/initramfs-tools/hooks/apparmor
|
||||
|
||||
```
|
||||
```
|
||||
#!/bin/sh
|
||||
set -e
|
||||
PREREQ=
|
||||
|
@ -78,7 +78,7 @@ case $1 in
|
|||
esac
|
||||
. /usr/share/initramfs-tools/hook-functions
|
||||
copy_exec /sbin/apparmor_parser /sbin
|
||||
```
|
||||
```
|
||||
|
||||
2. Make it executable:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue