mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
minor syntax fix (#112)
This commit is contained in:
parent
15e33a1fe6
commit
3c3f164e91
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ profile libvirtd @{exec_path} flags=(attach_disconnected) {
|
|||
@{run}/udev/data/+rfkill:* r,
|
||||
@{run}/udev/data/+sound:card* r, # For sound
|
||||
@{run}/udev/data/+thunderbolt:* r,
|
||||
@{run}/udev/data/c1:[0-9]* r , # For RAM disk
|
||||
@{run}/udev/data/c1:[0-9]* r, # For RAM disk
|
||||
@{run}/udev/data/c10:[0-9]* r, # For non-serial mice, misc features
|
||||
@{run}/udev/data/c13:[0-9]* r, # For /dev/input/*
|
||||
@{run}/udev/data/c29:* r, # For /dev/fb[0-9]*
|
||||
|
|
Loading…
Reference in a new issue