File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 136136
137137# Pass the feature flags to make, which will pass them to cargo
138138" ${MAKE} " PROFILE=" ${UU_MAKE_PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
139+ # Foece-add SELINUX_PROGS for tests
140+ " ${MAKE} " PROFILE=" ${UU_MAKE_PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} " UTILS=" runcon chcon"
139141touch g
140142echo " stat with selinux support"
141143./target/debug/stat -c%C g || true
Original file line number Diff line number Diff line change @@ -2,14 +2,6 @@ Index: gnu/tests/misc/invalid-opt.pl
22===================================================================
33--- gnu.orig/tests/misc/invalid-opt.pl
44+++ gnu/tests/misc/invalid-opt.pl
5- @@ -34,7 +34,6 @@
6- expr => 0,
7- nice => 125,
8- nohup => 125,
9- - runcon => 125,
10- sort => 2,
11- stdbuf => 125,
12- test => 0,
135@@ -74,23 +74,13 @@ foreach my $prog (@built_programs)
146 defined $out
157 or $out = '';
Original file line number Diff line number Diff line change 2929* tests/mkdir/restorecon.sh
3030* tests/misc/selinux.sh
3131* tests/misc/chcon.sh
32- * tests/runcon/runcon-no-reorder.sh
3332* tests/install/install-Z-selinux.sh
3433* tests/install/install-C-selinux.sh
3534* tests/id/no-context.sh
You can’t perform that action at this time.
0 commit comments