Skip to content

Commit

Permalink
Fix rand typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody43 authored and roddhjav committed Jan 10, 2025
1 parent b94b11c commit 078b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apparmor.d/tunables/multiarch.d/system
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
@{rand15}=@{rand8}@{rand4}@{rand2}@{c}
@{rand16}=@{rand8}@{rand8}
@{rand32}=@{rand16}@{rand16}
@{rand64}=@{rand64}@{rand64}
@{rand64}=@{rand32}@{rand32}

# Any x word characters
@{word2}=@{w}@{w}
Expand Down

0 comments on commit 078b0de

Please sign in to comment.