#276 f26: container: rm nologin file from container image
Merged 6 years ago by maxamillion. Opened 6 years ago by dustymabe.
dustymabe/fedora-kickstarts dusty-f26  into  f26

file modified
+1
@@ -38,5 +38,6 @@ 

  #

  umount /run

  systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true

+ rm /run/nologin # https://pagure.io/atomic-wg/issue/316

  

  %end

This allows one to create an sshd container if they want.

See https://pagure.io/atomic-wg/issue/316

(cherry picked from commit 49357c4)

Pull-Request has been merged by maxamillion

6 years ago