summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2021-06-11 14:55:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-16 15:19:47 +0200
commit7deaf0575afa4de6455505ead34cc115c733e96d (patch)
tree1c75d2ab4c4ae58a20633dcd1aa1a4f05bf52914 /projectroot
parentff7d50a595870b1eea44c708df964fab6a17cc25 (diff)
downloadptxdist-7deaf0575afa4de6455505ead34cc115c733e96d.tar.gz
ptxdist-7deaf0575afa4de6455505ead34cc115c733e96d.tar.xz
rpcbind: version bump 0.2.3 -> 1.2.6
systemd service/socket files are now part of rpcbind. Remote call functionality is now configurable and disabled. Most people won't use that. It also stops rpcbind from opening up random UDP ports. See [1]. [1] https://git.linux-nfs.org/?p=steved/rpcbind.git;a=commitdiff;h=2e9c289246c647e25649914bdb0d9400c66f486e Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210611125538.12935-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/usr/lib/systemd/system/rpcbind.service16
-rw-r--r--projectroot/usr/lib/systemd/system/rpcbind.socket8
2 files changed, 0 insertions, 24 deletions
diff --git a/projectroot/usr/lib/systemd/system/rpcbind.service b/projectroot/usr/lib/systemd/system/rpcbind.service
deleted file mode 100644
index 6ee492f2a..000000000
--- a/projectroot/usr/lib/systemd/system/rpcbind.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=RPC bind portmap service
-After=systemd-tmpfiles-setup.service
-Wants=remote-fs-pre.target
-Before=remote-fs-pre.target
-Requires=rpcbind.socket
-DefaultDependencies=no
-
-[Service]
-ExecStart=/usr/bin/rpcbind -f
-Type=notify
-KillMode=process
-Restart=on-failure
-
-[Install]
-Also=rpcbind.socket
diff --git a/projectroot/usr/lib/systemd/system/rpcbind.socket b/projectroot/usr/lib/systemd/system/rpcbind.socket
deleted file mode 100644
index d43cc75df..000000000
--- a/projectroot/usr/lib/systemd/system/rpcbind.socket
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=RPCbind Server Activation Socket
-
-[Socket]
-ListenStream=/run/rpcbind.sock
-
-[Install]
-WantedBy=sockets.target