From 7310642ccff30be13a2a50980bbf046278cbcbb8 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 27 Aug 2023 14:51:59 -0400 Subject: [PATCH] Don't setup selinux for docker since I'm not installing docker --- recipe-desktop.yml | 1 - recipe-framework-13.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/recipe-desktop.yml b/recipe-desktop.yml index 0da1aad..c25be48 100644 --- a/recipe-desktop.yml +++ b/recipe-desktop.yml @@ -11,7 +11,6 @@ scripts: post: - autorun.sh - setup-desktop-audio.sh - - setup-selinux-dockersock.sh rpm: # A list of urls of ".repo" files that should be added to your system. # This is the proper way to add custom COPR repos to your image. diff --git a/recipe-framework-13.yml b/recipe-framework-13.yml index 2d5933c..c966585 100644 --- a/recipe-framework-13.yml +++ b/recipe-framework-13.yml @@ -10,7 +10,6 @@ scripts: - setup-vscode.sh post: - autorun.sh - - setup-selinux-dockersock.sh - setup-framework-13.sh rpm: # A list of urls of ".repo" files that should be added to your system.