mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 06:15:05 +01:00
Fix rand
typo
Some checks failed
Ubuntu / check (push) Has been cancelled
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
Some checks failed
Ubuntu / check (push) Has been cancelled
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
This commit is contained in:
parent
b94b11cbee
commit
078b0de752
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
@{rand15}=@{rand8}@{rand4}@{rand2}@{c}
|
@{rand15}=@{rand8}@{rand4}@{rand2}@{c}
|
||||||
@{rand16}=@{rand8}@{rand8}
|
@{rand16}=@{rand8}@{rand8}
|
||||||
@{rand32}=@{rand16}@{rand16}
|
@{rand32}=@{rand16}@{rand16}
|
||||||
@{rand64}=@{rand64}@{rand64}
|
@{rand64}=@{rand32}@{rand32}
|
||||||
|
|
||||||
# Any x word characters
|
# Any x word characters
|
||||||
@{word2}=@{w}@{w}
|
@{word2}=@{w}@{w}
|
||||||
|
|
Loading…
Reference in a new issue