mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
ci: compatiblity for ubuntu 20.04
This commit is contained in:
parent
90ae1ad454
commit
460f9e1be7
1 changed files with 17 additions and 0 deletions
17
dists/ubuntu/abstractions/hosts_access
Normal file
17
dists/ubuntu/abstractions/hosts_access
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# vim:syntax=apparmor
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Copyright (C) 2020 Canonical Ltd.
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of version 2 of the GNU General Public
|
||||||
|
# License published by the Free Software Foundation.
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
/etc/hosts.deny r,
|
||||||
|
/etc/hosts.allow r,
|
||||||
|
|
||||||
|
include if exists <abstractions/hosts_access.d>
|
Loading…
Reference in a new issue