mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
clean ssh sk helper
This commit is contained in:
parent
a854b63162
commit
69cc1031ad
@ -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,
|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user