mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix profiles
This commit is contained in:
parent
4660b7d49c
commit
a854b63162
2 changed files with 4 additions and 3 deletions
|
@ -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 a new issue