Searched full:manifest (Results 1 – 25 of 179) sorted by relevance
12345678
5 # Summary: Gentoo ebuild Manifest files (GLEP 74)10 >0 use gentoo-manifest12 >0 use gentoo-manifest14 >0 use gentoo-manifest16 >0 use gentoo-manifest17 0 string MANIFEST\04018 >0 use gentoo-manifest20 # Manifest can be PGP-signed.24 >>>&0 use gentoo-manifest26 >>>&0 use gentoo-manifest[all …]
47 # JAR Manifest & Signature File49 0 string/t Manifest-Version:\x201.0 JAR Manifest
38 .Pa manifest55 .Pa manifest .58 .Ar manifest101 .Pa manifest136 The manifest contains a mapping of relative pathnames to fingerprints188 Load the manifest for a194 # veriexec -S -C /mnt /mnt/manifest199 .Pa manifest.asc201 .Pa manifest.*sig204 .Pa manifest.*certs .[all …]
62 * @brief Load a veriexec manifest63 * @param manifest Pointer to the location of the manifest file67 veriexec_load(const char *manifest) in veriexec_load() argument72 content = verify_signed(manifest, VEF_VERBOSE); in veriexec_load()74 errx(EX_USAGE, "cannot verify %s", manifest); in veriexec_load()75 if (manifest_open(manifest, (const char *)content)) { in veriexec_load()78 err(EX_NOINPUT, "cannot load %s", manifest); in veriexec_load()
3 # $Id: manifest.mk,v 1.4 2024/02/17 17:26:57 sjg Exp $18 # generate mtree style manifest supported by makefs in FreeBSD21 # MANIFEST= my.mtree22 # for each MANIFEST we have a list of dirs23 # ${MANIFEST}.DIRS += bin sbin usr/bin ...24 # for each dir we have a ${MANIFEST}.SRCS.$dir26 # ${MANIFEST}.SRCS.bin += ${OBJTOP}/bin/sh/sh27 # ${MANIFEST}.SYMLINKS is a list of src target pairs43 # ${MANIFEST}.SRCS.sbin += ${OBJTOP}/bin/sh-static/sh-static63 # this produces the body of the manifest[all...]
36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]67 # Allow duplicate manifest entries when not file list is given because the126 manifest=${tmpdir}/manifest128 echo "#mtree 2.0" > ${manifest}152 # build manifest from root manifest and FILELIST167 / type=/ { if ($1 == file) {print} }' >> ${manifest}174 / type=/ { if ($1 != file) {print} }' >> ${manifest}176 sort -u ${BSDROOT}/METALOG >> ${manifest}180 # manifest lives in for each file line that does not have one. Adjust199 sed -e "s|contents=\./|contents=${extradir}/|" >> ${manifest}[all …]
34 .Nd Tool to create root filesystem images given a tree containing a manifest39 .Op Fl e Ar extras-manifest69 .It Fl e Ar manifest73 .Ar manifest77 manifest.116 2.0 format manifest of permissions and ownership for files in the root
70 nvidia,bl-manifest-offset:73 Offset to bootloader manifest from beginning of firmware that was configured by88 nvidia,os-manifest-offset:91 Offset to operating system manifest from beginning of firmware that was configured by115 - nvidia,bl-manifest-offset118 - nvidia,os-manifest-offset150 nvidia,bl-manifest-offset = <0>;153 nvidia,os-manifest-offset = <0>;
9 // This file provides a utility for merging Microsoft .manifest files. These13 // merging several of these .manifest files using a tree-merge following16 // Microsoft Manifest Tool (mt.exe) revealed the rules of this merge. As the53 Error merge(MemoryBufferRef Manifest);55 // Returns vector containing merged xml manifest, or uninitialized vector for56 // empty manifest.
19 set_source_files_properties(assert.c cred.c info.c manifest.c reset.c24 # manifest25 add_executable(manifest manifest.c ${COMPAT_SOURCES}) target26 target_link_libraries(manifest ${_FIDO2_LIBRARY})
171 * Returns number of files in archive file. Parses $BSDINSTALL_DISTDIR/MANIFEST177 static FILE *manifest = NULL; in count_files() local188 if (manifest == NULL) { in count_files()189 snprintf(path, sizeof(path), "%s/MANIFEST", distdir); in count_files()190 manifest = fopen(path, "r"); in count_files()193 if (manifest != NULL) { in count_files()194 rewind(manifest); in count_files()195 while (fgets(line, sizeof(line), manifest) != NULL) { in count_files()202 * We're at the right manifest line. The file count is in count_files()217 * Either no manifest, or manifest didn't mention this archive. in count_files()
53 of zero or one of the manifest constants from98 manifest constant may be used to specify no classification.109 manifest constant may be used to specify no label.114 One of the following manifest constants should be used for this argument.135 manifest constant may be used to specify no text.149 manifest constant may be used to specify no action.161 manifest constant may be used to specify no tag.
75 if [ -f "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" ]; then76 cp "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" "$BSDINSTALL_DISTDIR/MANIFEST"78 FETCH_DISTRIBUTIONS="MANIFEST $FETCH_DISTRIBUTIONS"80 # XXX actually verify signature on manifest81 …bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local …
78 if [ ! -f $BSDINSTALL_DISTDIR/MANIFEST -a -z "$BSDINSTALL_DISTSITE" ]; then85 …etch -o $BSDINSTALL_DISTDIR/MANIFEST $BSDINSTALL_DISTSITE/MANIFEST || error "Could not download $B…89 if [ -f $BSDINSTALL_DISTDIR/MANIFEST ]; then90 DISTMENU=`cut -f 4,5,6 $BSDINSTALL_DISTDIR/MANIFEST | grep -v -e ^kernel -e ^base`
3 # setuptools doesn't support template param for MANIFEST.in5 manifest_maker.template = 'python/MANIFEST.in'38 # MANIFEST.in will include the headers for sdist only39 template = 'python/MANIFEST.in'
117 def manifest : F<"manifest">, HelpText<"Create .manifest file">;119 "manifest",120 "NO disables manifest output; EMBED[,ID=#] embeds manifest as resource in the image">;122 def manifestfile : P<"manifestfile", "Manifest output path, with /manifest">;125 "Attributes for <dependency> element in manifest file; implies /manifest">;128 "Additional manifest inputs; only valid with /manifest:embed">;
288 ctx.config.manifest = Configuration::No; in parseManifest()293 ctx.config.manifest = Configuration::Embed; in parseManifest()428 fatal("internal manifest tool failed on default xml: " + in createManifestXmlWithInternalMt()432 std::unique_ptr<MemoryBuffer> manifest = in createManifestXmlWithInternalMt() local435 if (auto e = merger.merge(takeBuffer(std::move(manifest)))) in createManifestXmlWithInternalMt()436 fatal("internal manifest tool failed on file " + filename + ": " + in createManifestXmlWithInternalMt()445 // Create the default manifest file as a temporary file. in createManifestXmlWithExternalMt()446 TemporaryFile Default("defaultxml", "manifest"); in createManifestXmlWithExternalMt()456 TemporaryFile user("user", "manifest"); in createManifestXmlWithExternalMt()459 e.add("/manifest"); in createManifestXmlWithExternalMt()[all …]
36 # that we need to verify) used to find a signed manifest.39 VE_MANIFEST_LIST?= manifest ../manifest
32 char *fi_prefix; /**< manifest entries relative to */33 char *fi_skip; /**< manifest entries prefixed with */34 const char *fi_data; /**< manifest data */56 * add manifest data to list61 * path that all manifest entries are resolved via64 * optional prefix within manifest entries which should be skipped67 * manifest data165 * Deal with old incompatible boot/manifest
78 Eg. signature for ``manifest`` would be in ``manifest.asc``103 ``.esig`` so the signature for ``manifest`` would be ``manifest.esig``
118 CLEANFILES= packagesystem *.txz MANIFEST release ${IMAGES}185 …for dist in MANIFEST $$(ls *.txz | grep -v container | grep -vE -- '(${base ${_ALL_libcompats}:L:t…190 …for dist in MANIFEST $$(ls *.txz | grep -v container | grep -vE -- '(${base ${_ALL_libcompats}:L:t…229 # Copy manifest only (no distfiles) to get checksums231 cp MANIFEST ${.TARGET}/usr/freebsd-dist234 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG262 for dist in MANIFEST $$(ls *.txz | grep -v container); \267 for dist in MANIFEST $$(ls *.txz | grep -v container); \321 sh ${.CURDIR}/scripts/make-manifest.sh $$(ls *.txz | grep -v container) > MANIFEST340 cp *.txz MANIFEST ftp
42 .Nd create a file system image from a directory tree or a mtree manifest62 .Ar directory | manifest71 or from the mtree manifest72 .Ar manifest .79 .Ar manifest112 Treat duplicate paths in an mtree manifest as warnings not error.127 To create an image from a list of files in an mtree format manifest,138 This option has no effect when the image is created from a mtree manifest
9 // This file implements the .manifest merger class.36 Error merge(MemoryBufferRef Manifest);506 // Recursively merge the two given manifest trees, depending on which elements621 MemoryBufferRef Manifest) { in merge() argument625 if (Manifest.getBufferSize() == 0) in merge()627 "attempted to merge empty manifest"); in merge()631 Manifest.getBufferStart(), Manifest.getBufferSize(), "manifest.xml", in merge()690 MemoryBufferRef Manifest) { in merge() argument708 Error WindowsManifestMerger::merge(MemoryBufferRef Manifest) { in merge() argument709 return Impl->merge(Manifest); in merge()
3 with support to pass a verified manifest to the kernel.4 The kernel has to be built with a module to parse the manifest.
... Configurations2/statusbar/ Configurations2/images/Bitmaps/ manifest.rdf meta.xml styles.xml content.