countme: Drop SELinux workaround/unpriv copy of rpm-ostree

The SELinux policy change has been merged and released upstream.

This reverts:
5d5ccf01 Install a temporary copy of rpm-ostree for unprivileged use
This commit is contained in:
Timothée Ravier 2021-04-16 20:02:53 +02:00 committed by Colin Walters
parent c05460380a
commit c7bf08789d
2 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,6 @@ BUILT_SOURCES += $(binding_generated_sources)
install-rpmostree-hook:
install -d -m 0755 $(DESTDIR)$(bindir)
install -m 0755 -t $(DESTDIR)$(bindir) rpm-ostree
install -m 0755 rpm-ostree $(DESTDIR)$(libexecdir)/rpm-ostree-unpriv
INSTALL_EXEC_HOOKS += install-rpmostree-hook
# Wraps `cargo test`. This is always a debug non-release build;

View File

@ -9,4 +9,4 @@ User=rpm-ostree
DynamicUser=yes
StateDirectory=rpm-ostree-countme
StateDirectoryMode=750
ExecStart=@libexecdir@/rpm-ostree-unpriv countme
ExecStart=@bindir@/rpm-ostree countme