apparmor.d/apparmor.d/profiles-s-z/torsocks
2023-12-09 16:14:22 +00:00

27 lines
599 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# Copyright (C) 2021-2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/torsocks
profile torsocks @{exec_path} {
include <abstractions/base>
# include <abstractions/app-launcher-root>
capability dac_read_search,
@{exec_path} rm,
@{bin}/{,ba,da}sh rix,
@{bin}/* rPUx,
@{lib}/uwt/uwtexec rPUx,
@{bin}/getcap rix,
/etc/tor/torsocks.conf r,
include if exists <local/torsocks>
}