mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/apparmor: fix permission bits for apparmor.service
Avoid setting executable bits for apparmor.service. This gets rid of a
corresponding warning during installation:
Configuration file ../target/usr/lib/systemd/system/apparmor.service
is marked executable. Please remove executable permission bits.
Proceeding anyway.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit a325eefc1b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a173f9d586
commit
e1f9bb026a
@@ -88,7 +88,7 @@ endef
|
||||
define APPARMOR_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 0755 $(@D)/parser/apparmor.systemd \
|
||||
$(TARGET_DIR)/lib/apparmor/apparmor.systemd
|
||||
$(INSTALL) -D -m 0755 $(@D)/parser/apparmor.service \
|
||||
$(INSTALL) -D -m 0644 $(@D)/parser/apparmor.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/apparmor.service
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user