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,
|
@{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 r,
|
||||||
@{etc_ro}/ssh/ssh_config.d/{,*} r,
|
@{etc_ro}/ssh/ssh_config.d/{,*} r,
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,9 @@
|
||||||
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
profile ssh//null-@{lib}/ssh/ssh-sk-helper {
|
include <tunables/global>
|
||||||
/ r,
|
|
||||||
|
profile ssh-sk-helper flags=(complain) {
|
||||||
|
|
||||||
@{lib}/ssh/ssh-sk-helper r,
|
@{lib}/ssh/ssh-sk-helper r,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue