mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 07:17:13 +01:00
fix(tunable): udbus can be any hex up to 16.
This commit is contained in:
parent
3960f20f00
commit
23eb08344c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
@{busname}=:1.@{u16} :not.active.yet
|
||||
|
||||
# Unix dbus address prefix
|
||||
@{udbus}=@{hex15} @{hex16}
|
||||
@{udbus}=@{h}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}{@{h},}
|
||||
|
||||
# Universally unique identifier
|
||||
@{uuid}=@{h}@{h}@{h}@{h}@{h}@{h}@{h}@{h}[-_]@{h}@{h}@{h}@{h}[-_]@{h}@{h}@{h}@{h}[-_]@{h}@{h}@{h}@{h}[-_]@{h}@{h}@{h}@{h}@{h}@{h}@{h}@{h}@{h}@{h}@{h}@{h}
|
||||
|
|
Loading…
Reference in a new issue