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:
parent
c05460380a
commit
c7bf08789d
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user