mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
Add gssproxy.
This commit is contained in:
parent
6bd8e64c78
commit
66d02dab2b
26
apparmor.d/profiles-g-l/gssproxy
Normal file
26
apparmor.d/profiles-g-l/gssproxy
Normal file
@ -0,0 +1,26 @@
|
||||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/gssproxy
|
||||
profile gssproxy @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/authentication>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/gssproxy/{,**} r,
|
||||
|
||||
owner /var/lib/gssproxy/{,**} rw,
|
||||
owner @{run}/gssproxy.pid rw,
|
||||
owner @{run}/gssproxy.sock rw,
|
||||
|
||||
owner @{PROC}/@{pids}/net/rpc/use-gss-proxy rw,
|
||||
|
||||
include if exists <local/gssproxy>
|
||||
}
|
Loading…
Reference in New Issue
Block a user