mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
chore: cosmetic.
This commit is contained in:
parent
993d490a62
commit
266db5d030
3 changed files with 6 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue