mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
feat(profiles): remove profile for wget.
This commit is contained in:
parent
ca2469c470
commit
ad13a1a0c3
@ -1,43 +0,0 @@
|
|||||||
# apparmor.d - Full set of apparmor profiles
|
|
||||||
# Copyright (C) 2018-2021 Mikhail Morfikov
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
|
||||||
|
|
||||||
abi <abi/3.0>,
|
|
||||||
|
|
||||||
include <tunables/global>
|
|
||||||
|
|
||||||
@{exec_path} = @{bin}/wget
|
|
||||||
profile wget @{exec_path} {
|
|
||||||
include <abstractions/base>
|
|
||||||
include <abstractions/consoles>
|
|
||||||
include <abstractions/nameservice-strict>
|
|
||||||
include <abstractions/openssl>
|
|
||||||
include <abstractions/p11-kit>
|
|
||||||
include <abstractions/ssl_certs>
|
|
||||||
include <abstractions/user-download-strict>
|
|
||||||
|
|
||||||
# For downloading files as root to user owned dirs
|
|
||||||
capability dac_read_search,
|
|
||||||
capability dac_override,
|
|
||||||
|
|
||||||
network inet dgram,
|
|
||||||
network inet6 dgram,
|
|
||||||
network inet stream,
|
|
||||||
network inet6 stream,
|
|
||||||
network netlink raw,
|
|
||||||
|
|
||||||
@{exec_path} mr,
|
|
||||||
|
|
||||||
/usr/share/publicsuffix/public_suffix_list.* r,
|
|
||||||
|
|
||||||
/etc/wgetrc r,
|
|
||||||
|
|
||||||
owner @{HOME}/.rnd r,
|
|
||||||
owner @{HOME}/.wget-hsts rwk,
|
|
||||||
|
|
||||||
# For apt
|
|
||||||
owner /var/cache/google-android-build-tools-*-installer/build-tools_*-linux.zip w,
|
|
||||||
owner /var/cache/google-android-platform-*-installer/platform-*.zip w,
|
|
||||||
|
|
||||||
include if exists <local/wget>
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user