We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b18dae + 319c1e2 commit 404257dCopy full SHA for 404257d
2 files changed
util/gnu-patches/runcon-no-reorder.patch
@@ -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
@@ -11,3 +11,4 @@ tests_tsort.patch
tests_du_move_dir_while_traversing.patch
test_mkdir_restorecon.patch
error_msg_uniq.diff
+runcon-no-reorder.patch
0 commit comments