clean ssh sk helper

This commit is contained in:
valoq 2024-09-20 12:01:14 +02:00 committed by Alex
parent a854b63162
commit 69cc1031ad
2 changed files with 4 additions and 7 deletions

View File

@ -25,7 +25,7 @@ profile ssh @{exec_path} {
@{bin}/@{shells} rUx,
@{lib}/ssh/ssh-sk-helper rix -> ssh-sk-helper,
@{lib}/ssh/ssh-sk-helper rPx -> ssh-sk-helper,
@{etc_ro}/ssh/ssh_config r,
@{etc_ro}/ssh/ssh_config.d/{,*} r,

View File

@ -4,20 +4,17 @@
include <tunables/global>
@{exec_path} = @{lib}/ssh/ssh-sk-helper
profile ssh-sk-helper flags=(complain) {
include <abstractions/base>
@{lib}/ssh/ssh-sk-helper r,
/etc/ssl/openssl.cnf r,
@{exec_path} mr,
@{sys}/ r,
@{sys}/bus/ r,
@{sys}/class/ r,
@{sys}/class/hidraw/ r,
@{sys}/class/hidraw/hidraw@{int} r,
@{sys}/devices/ r,
@{sys}/devices/@{pci_bus}/ r,
@{sys}/devices/@{pci_bus}/{,**} r,
/dev/hidraw@{int} rwk,