mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix profiles
This commit is contained in:
parent
4660b7d49c
commit
a854b63162
@ -25,7 +25,7 @@ profile ssh @{exec_path} {
|
||||
|
||||
@{bin}/@{shells} rUx,
|
||||
|
||||
@{lib}/ssh/ssh-sk-helper rix -> ssh//null-@{lib}/ssh/ssh-sk-helper,
|
||||
@{lib}/ssh/ssh-sk-helper rix -> ssh-sk-helper,
|
||||
|
||||
@{etc_ro}/ssh/ssh_config r,
|
||||
@{etc_ro}/ssh/ssh_config.d/{,*} r,
|
||||
|
@ -2,8 +2,9 @@
|
||||
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
profile ssh//null-@{lib}/ssh/ssh-sk-helper {
|
||||
/ r,
|
||||
include <tunables/global>
|
||||
|
||||
profile ssh-sk-helper flags=(complain) {
|
||||
|
||||
@{lib}/ssh/ssh-sk-helper r,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user