Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions util/gnu-patches/runcon-no-reorder.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--git a/tests/runcon/runcon-no-reorder.sh b/tests/runcon/runcon-no-reorder.sh
index 2027555..956c51e 100644
--- a/tests/runcon/runcon-no-reorder.sh
+++ b/tests/runcon/runcon-no-reorder.sh
@@ -16,6 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

+# We don't have runcon buildable without libselinux.
+_require_selinux_
+
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
print_ver_ runcon

1 change: 1 addition & 0 deletions util/gnu-patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading