chore: cosmetic.

This commit is contained in:
Alexandre Pujol 2023-08-27 15:50:51 +01:00
parent 993d490a62
commit 266db5d030
Failed to generate hash of commit
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>

View file

@ -25,7 +25,7 @@ profile slirp4netns @{exec_path} flags=(attach_disconnected) {
pivot_root /tmp/**,
pivot_root /tmp/old/,
# pivot_root oldroot=/tmp/old/ -> /tmp/,
# pivot_root oldroot=/tmp/old/ -> /tmp/, TODO: not supported on Debian
@{exec_path} mr,