Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
For sshd:
sudo semanage port -a -t ssh_port_t -p tcp 65001 |
For buildbot:
sudo semanage fcontext -a -t bin_t "/home/buildbot/buildbot-worker(/.*)?" |
sudo restorecon -Rv /home/buildbot/buildbot-worker
|
Other things:
ccache
mkdir /data/ccache
|
chown 1000:1000 /data/ccache |
mv /srv/buildbot/ccache/ccache.conf /data/ccache/
|
rmdir /srv/buildbot/ccache
|
ln -s /data/ccache /srv/buildbot/ccache
|
Replace firewall-cmd with ufw.