RHEL-10 does not have the bin+sbin merge that Fedora recently did. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
18 lines
336 B
Desktop File
18 lines
336 B
Desktop File
[Unit]
|
|
Description=Intel MPA Registration
|
|
After=auditd.service
|
|
ConditionPathExists=/dev/sgx_enclave
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/mpa_registration
|
|
|
|
InaccessibleDirectories=/home
|
|
DevicePolicy=closed
|
|
DeviceAllow=/dev/sgx_enclave rw
|
|
DeviceAllow=/dev/sgx_provision rw
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|