Skip to content

Commit

Permalink
chore: cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Aug 27, 2023
1 parent 993d490 commit 266db5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions apparmor.d/profiles-m-r/nslookup
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <[email protected]>
# 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,
Expand Down
2 changes: 2 additions & 0 deletions apparmor.d/profiles-m-r/protonmail-bridge
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Copyright (C) 2023 Alexandre Pujol <[email protected]>
# 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>
Expand Down
2 changes: 1 addition & 1 deletion apparmor.d/profiles-s-z/slirp4netns
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 266db5d

Please sign in to comment.