Projects
Mega:24.09
coreutils
_service:tar_scm:skip-the-tests-that-require-se...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:skip-the-tests-that-require-selinux-if-selinux-is-di.patch of Package coreutils
From 797f2ff278fd7f0f0448b94350baa05f6752936b Mon Sep 17 00:00:00 2001 From: openEuler Buildteam <buildteam@openeuler.org> Date: Thu, 30 Apr 2020 09:44:03 +0800 Subject: [PATCH] skip the tests that require selinux if selinux is disabled no-context.sh context.sh install-C-selinux.sh These three tests requires selinux, and we need to judge if selinux is enabled, if not, just skip these tests. --- init.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.cfg b/init.cfg index 739ba33..d536dec 100644 --- a/init.cfg +++ b/init.cfg @@ -114,6 +114,9 @@ require_selinux_() grep 'selinuxfs$' /proc/filesystems > /dev/null \ || skip_ "this system lacks SELinux support" + # Judge the selinux is enabled or not + selinuxenabled; [ $? = 1 ] && skip_ "SELinux is disabled" + # Independent of whether SELinux is enabled system-wide, # the current file system may lack SELinux support. # Also the current build may have SELinux support disabled. -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2