Skip to content

Commit

Permalink
Remove default network configuration
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Jun 7, 2024
1 parent 043a7df commit fc923f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions examples/green/05_network.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/green/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ RUN systemctl enable NetworkManager.service && \
# This is for automatic testing purposes, do not do this in production.
RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf

# Add default network configuration
ADD 05_network.yaml /system/oem/05_network.yaml

# SELinux in enforce mode
RUN sed -i "s|SELINUX=.*|SELINUX=enforcing|g" /etc/selinux/config

Expand Down

0 comments on commit fc923f4

Please sign in to comment.