feat(profiles): apply guideline on some profile. Update flags list.

This commit is contained in:
Alexandre Pujol 2023-08-27 15:30:18 +01:00
parent 7a5096e7d8
commit 22e57b3620
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
12 changed files with 74 additions and 83 deletions

View file

@ -19,8 +19,8 @@ include <tunables/global>
profile sshd @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/authentication>
include <abstractions/dbus-strict>
include <abstractions/consoles>
include <abstractions/dbus-strict>
include <abstractions/hosts_access>
include <abstractions/nameservice-strict>
include <abstractions/openssl>

View file

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{,usr/}bin/loginctl
@{exec_path} = @{bin}/loginctl
profile loginctl @{exec_path} {
include <abstractions/base>
include <abstractions/dbus-strict>