You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build_sysext: Add --selinux flag and use it to build policies
For built-in sysext, we may not have yet any policies built, so the
relabeling won't work. To fix the situation, so we need to temporarily
build them ourselves.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
"Name of a root directory where packages will be installed. ${default_install_root_basename@Q} by default."
46
46
DEFINE_string forbidden_packages "" \
47
47
"Comma-separated list of pairs describing packages that are forbidden in the sysext. Every pair consist of regexp and message, separated with semicolon. The regexp is for matching a package name (<category>/<name>-<version>::<repo>), and message is printed if the regexp matched a package name. Be careful to not include commas in the regexp or message."
48
+
DEFINE_boolean selinux "${FLAGS_FALSE}" \
49
+
"Relabel the files in sysext using policies installed in the base squashfs image."
0 commit comments