chore: add missing and update copyright year.

This commit is contained in:
Alexandre Pujol 2024-02-07 00:16:21 +01:00
parent c006371e5b
commit 2cd14aa6bb
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
1419 changed files with 1422 additions and 1063 deletions

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild
@ -19,12 +19,12 @@ var (
DirectiveDbus,
}
DirectiveMsg = map[string]string{
"DirectiveDbus": "DBus directive applied",
"DirectiveDbus": "DBus directive applied",
}
)
var (
regDbus = regexp.MustCompile(`(?m)# dbus: (.*)$`)
regDbus = regexp.MustCompile(`(?m)# dbus: (.*)$`)
)
type DirectiveFunc func(*paths.Path, string) string
@ -143,4 +143,3 @@ func dbusTalk(rules map[string]string) *aa.AppArmorProfile {
}
return p
}

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package prebuild