Add consoles abstraction where needed (#36)

* add consoles abstraction where needed

* not now
This commit is contained in:
nobodysu 2022-05-23 16:43:42 +00:00 committed by GitHub
parent 99106a2231
commit 6c30e362ee
Failed to generate hash of commit
4 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@ include <tunables/global>
@{exec_path} = /{usr/,}bin/dig
profile dig @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
include <abstractions/openssl>

View file

@ -8,6 +8,7 @@ include <tunables/global>
@{exec_path} = /{,usr/}bin/host
profile host @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/openssl>
include <abstractions/nameservice-strict>

View file

@ -8,6 +8,7 @@ include <tunables/global>
@{exec_path} = /{,usr/}bin/nslookup
profile nslookup @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/openssl>
include <abstractions/nameservice-strict>

View file

@ -8,6 +8,7 @@ include <tunables/global>
@{exec_path} = /{,usr/}bin/ss
profile ss @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
capability net_admin,