chore: cosmetic.

This commit is contained in:
Alexandre Pujol 2023-08-27 15:50:51 +01:00
parent 993d490a62
commit 266db5d030
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 6 additions and 3 deletions

View file

@ -1,16 +1,17 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{,usr/}bin/nslookup
@{exec_path} = @{bin}/nslookup
profile nslookup @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/openssl>
include <abstractions/nameservice-strict>
include <abstractions/openssl>
network inet dgram,
network inet6 dgram,

View file

@ -2,6 +2,8 @@
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# Warning: only the protonmail-bridge CLI and service are supported, NOT the GUI.
abi <abi/3.0>,
include <tunables/global>