diff options
| author | 2025-04-08 18:02:00 -0700 | |
|---|---|---|
| committer | 2025-05-25 20:15:01 -0700 | |
| commit | 95ff11895846eec76a19351a109fbabbdd86b417 (patch) | |
| tree | 04e2d839358cbc41064947d359f041a3f0267775 /scripts/basic/git:/ssh: | |
| parent | apparmor: fix loop detection used in conflicting attachment resolution (diff) | |
| download | wireguard-linux-95ff11895846eec76a19351a109fbabbdd86b417.tar.xz wireguard-linux-95ff11895846eec76a19351a109fbabbdd86b417.zip | |
apparmor: make all generated string array headers const char *const
address_family_names and sock_type_names were created as const char *a[],
which declares them as (non-const) pointers to const chars. Since the
pointers themselves would not be changed, they should be generated as
const char *const a[].
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'scripts/basic/git:/ssh:')
0 files changed, 0 insertions, 0 deletions
