mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-24 23:12:05 +00:00
restorecond: Install DBUS service file with 644 permissions
The original 600 permissions make the service file unreadable for dbus daemon. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1626462 Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
53312c7d61
commit
ae11352bde
@ -50,7 +50,7 @@ install: all
|
||||
-mkdir -p $(DESTDIR)$(AUTOSTARTDIR)
|
||||
install -m 644 restorecond.desktop $(DESTDIR)$(AUTOSTARTDIR)/restorecond.desktop
|
||||
-mkdir -p $(DESTDIR)$(DBUSSERVICEDIR)
|
||||
install -m 600 org.selinux.Restorecond.service $(DESTDIR)$(DBUSSERVICEDIR)/org.selinux.Restorecond.service
|
||||
install -m 644 org.selinux.Restorecond.service $(DESTDIR)$(DBUSSERVICEDIR)/org.selinux.Restorecond.service
|
||||
-mkdir -p $(DESTDIR)$(SYSTEMDDIR)/system
|
||||
install -m 644 restorecond.service $(DESTDIR)$(SYSTEMDDIR)/system/
|
||||
relabel: install
|
||||
|
Loading…
Reference in New Issue
Block a user