File: rules

package info (click to toggle)
hardening-runtime 1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 48 kB
  • sloc: sh: 13; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_auto_install:
	install -D -m 0644 debian/grub/01_hardening.cfg $(CURDIR)/debian/hardening-runtime/etc/default/grub.d/01_hardening.cfg
	install -D -m 0644 debian/sysctl/10-hardening.conf $(CURDIR)/debian/hardening-runtime/usr/lib/sysctl.d/10-hardening.conf

%:
	dh $@