summarylogtreecommitdiffstats
path: root/netboot.install
diff options
context:
space:
mode:
Diffstat (limited to 'netboot.install')
-rw-r--r--netboot.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/netboot.install b/netboot.install
new file mode 100644
index 000000000000..56e8502bd233
--- /dev/null
+++ b/netboot.install
@@ -0,0 +1,3 @@
+post_install() {
+ setcap 'CAP_NET_BIND_SERVICE+ep' /usr/bin/netboot
+}