Skip to content
Snippets Groups Projects
Commit a325eefc authored by Stefan Agner's avatar Stefan Agner Committed by Peter Korsgaard
Browse files

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: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 8c77548f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment