Skip to content

Commit 404257d

Browse files
authored
Merge pull request #9234 from oech3/move-runcon-no-reorder
ci: Mark runcon-no-reorder as SELinux required
2 parents 3b18dae + 319c1e2 commit 404257d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--git a/tests/runcon/runcon-no-reorder.sh b/tests/runcon/runcon-no-reorder.sh
2+
index 2027555..956c51e 100644
3+
--- a/tests/runcon/runcon-no-reorder.sh
4+
+++ b/tests/runcon/runcon-no-reorder.sh
5+
@@ -16,6 +16,9 @@
6+
# You should have received a copy of the GNU General Public License
7+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
8+
9+
+# We don't have runcon buildable without libselinux.
10+
+_require_selinux_
11+
+
12+
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
13+
print_ver_ runcon
14+

util/gnu-patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ tests_tsort.patch
1111
tests_du_move_dir_while_traversing.patch
1212
test_mkdir_restorecon.patch
1313
error_msg_uniq.diff
14+
runcon-no-reorder.patch

0 commit comments

Comments
 (0)