Home
last modified time | relevance | path

Searched full:manifest (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/contrib/file/magic/Magdir/
H A Dgentoo5 # Summary: Gentoo ebuild Manifest files (GLEP 74)
10 >0 use gentoo-manifest
12 >0 use gentoo-manifest
14 >0 use gentoo-manifest
16 >0 use gentoo-manifest
17 0 string MANIFEST\040
18 >0 use gentoo-manifest
20 # Manifest can be PGP-signed.
24 >>>&0 use gentoo-manifest
26 >>>&0 use gentoo-manifest
[all …]
H A Djava47 # JAR Manifest & Signature File
49 0 string/t Manifest-Version:\x201.0 JAR Manifest
/freebsd/sbin/veriexec/
H A Dveriexec.838 .Pa manifest
55 .Pa manifest .
58 .Ar manifest
101 .Pa manifest
136 The manifest contains a mapping of relative pathnames to fingerprints
188 Load the manifest for a
194 # veriexec -S -C /mnt /mnt/manifest
199 .Pa manifest.asc
201 .Pa manifest.*sig
204 .Pa manifest.*certs .
[all …]
H A Dveriexec.c62 * @brief Load a veriexec manifest
63 * @param manifest Pointer to the location of the manifest file
67 veriexec_load(const char *manifest) in veriexec_load() argument
72 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()
/freebsd/contrib/bmake/mk/
H A Dmanifest.mk3 # $Id: manifest.mk,v 1.4 2024/02/17 17:26:57 sjg Exp $
18 # generate mtree style manifest supported by makefs in FreeBSD
21 # MANIFEST= my.mtree
22 # for each MANIFEST we have a list of dirs
23 # ${MANIFEST}.DIRS += bin sbin usr/bin ...
24 # for each dir we have a ${MANIFEST}.SRCS.$dir
26 # ${MANIFEST}.SRCS.bin += ${OBJTOP}/bin/sh/sh
27 # ${MANIFEST}.SYMLINKS is a list of src target pairs
43 # ${MANIFEST}.SRCS.sbin += ${OBJTOP}/bin/sh-static/sh-static
63 # this produces the body of the manifest
[all...]
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
67 # Allow duplicate manifest entries when not file list is given because the
126 manifest=${tmpdir}/manifest
128 echo "#mtree 2.0" > ${manifest}
152 # build manifest from root manifest and FILELIST
167 / 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. Adjust
199 sed -e "s|contents=\./|contents=${extradir}/|" >> ${manifest}
[all …]
H A Dmakeroot.834 .Nd Tool to create root filesystem images given a tree containing a manifest
39 .Op Fl e Ar extras-manifest
69 .It Fl e Ar manifest
73 .Ar manifest
77 manifest.
116 2.0 format manifest of permissions and ownership for files in the root
/freebsd/sys/contrib/device-tree/Bindings/gpu/host1x/
H A Dnvidia,tegra234-nvdec.yaml70 nvidia,bl-manifest-offset:
73 Offset to bootloader manifest from beginning of firmware that was configured by
88 nvidia,os-manifest-offset:
91 Offset to operating system manifest from beginning of firmware that was configured by
115 - nvidia,bl-manifest-offset
118 - nvidia,os-manifest-offset
150 nvidia,bl-manifest-offset = <0>;
153 nvidia,os-manifest-offset = <0>;
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h9 // This file provides a utility for merging Microsoft .manifest files. These
13 // merging several of these .manifest files using a tree-merge following
16 // Microsoft Manifest Tool (mt.exe) revealed the rules of this merge. As the
53 Error merge(MemoryBufferRef Manifest);
55 // Returns vector containing merged xml manifest, or uninitialized vector for
56 // empty manifest.
/freebsd/contrib/libfido2/examples/
H A DCMakeLists.txt19 set_source_files_properties(assert.c cred.c info.c manifest.c reset.c
24 # manifest
25 add_executable(manifest manifest.c ${COMPAT_SOURCES}) target
26 target_link_libraries(manifest ${_FIDO2_LIBRARY})
/freebsd/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c171 * Returns number of files in archive file. Parses $BSDINSTALL_DISTDIR/MANIFEST
177 static FILE *manifest = NULL; in count_files() local
188 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()
/freebsd/lib/libc/gen/
H A Dfmtmsg.353 of zero or one of the manifest constants from
98 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.
/freebsd/crypto/krb5/src/config/
H A Dwin-pre.in126 LOPTS=-nologo -incremental:no -manifest
131 #if the compiler is vstudio 8, generate manifest
133 CCLINKOPTION = $(CCLINKOPTION) /MANIFEST
134 _VC_MANIFEST_EMBED_EXE = if exist $*.exe.manifest mt.exe -manifest $*.exe.manifest -outputresource:…
135 _VC_MANIFEST_EMBED_DLL = if exist $*.dll.manifest mt.exe -manifest $*.dll.manifest -outputresource:…
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfetchmissingdists75 if [ -f "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" ]; then
76 cp "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" "$BSDINSTALL_DISTDIR/MANIFEST"
78 FETCH_DISTRIBUTIONS="MANIFEST $FETCH_DISTRIBUTIONS"
80 # XXX actually verify signature on manifest
81 …bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local …
H A Djail70 if [ ! -f $BSDINSTALL_DISTDIR/MANIFEST -a -z "$BSDINSTALL_DISTSITE" ]; then
77 …etch -o $BSDINSTALL_DISTDIR/MANIFEST $BSDINSTALL_DISTSITE/MANIFEST || error "Could not download $B…
81 if [ -f $BSDINSTALL_DISTDIR/MANIFEST ]; then
82 …DISTMENU=$(cut -f 1,5,6 $BSDINSTALL_DISTDIR/MANIFEST | grep -v -e ^kernel -e ^base | sed -E 's/\.t…
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td117 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">;
H A DDriverUtils.cpp288 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() local
435 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 …]
/freebsd/release/scripts/
H A Dmake-oci-image.sh129manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest…
130 local manifest_hash=$(sha256 -q < ${workdir}/manifest.json)
131 local manifest_size=$(stat -f %z ${workdir}/manifest.json)
135 …echo "{\"schemaVersion\":2,\"manifests\":[{\"mediaType\":\"application/vnd.oci.image.manifest.v1+j…
138 ln ${workdir}/manifest.json ${workdir}/oci/blobs/sha256/${manifest_hash}
/freebsd/usr.sbin/makefs/
H A Dmakefs.841 .Nd create a file system image from a directory tree or a mtree manifest
61 .Ar directory | manifest
70 or from the mtree manifest
71 .Ar manifest .
78 .Ar manifest
111 Treat duplicate paths in an mtree manifest as warnings not error.
126 To create an image from a list of files in an mtree format manifest,
137 This option has no effect when the image is created from a mtree manifest
266 However, the timestamps in an mtree manifest are ignored
/freebsd/release/
H A DMakefile24 # NODISTSETS: if set, do not include dist sets or MANIFEST
142 CLEANFILES= packagesystem *.txz MANIFEST release ${IMAGES}
202 sh ${.CURDIR}/scripts/make-manifest.sh $$(ls *.txz | grep -v container) > MANIFEST
255 # Copy MANIFEST to provide legacy dist checksums in both modes
258 cp MANIFEST ${.TARGET}/usr/freebsd-dist
259 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
308 # Copy manifest only (no distfiles) to get checksums
310 cp MANIFEST ${.TARGET}/usr/freebsd-dist
312 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
360 # Copy MANIFEST to provide legacy dist checksums in both modes
[all …]
/freebsd/lib/libsecureboot/
H A DMakefile.libsa.inc36 # that we need to verify) used to find a signed manifest.
39 VE_MANIFEST_LIST?= manifest ../manifest
H A Dveopen.c32 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 list
61 * path that all manifest entries are resolved via
64 * optional prefix within manifest entries which should be skipped
67 * manifest data
165 * Deal with old incompatible boot/manifest
H A DREADME.rst81 gpg -a --detach-sign manifest
83 should produce the expected signature in ``manifest.asc``
108 ``.esig`` so the signature for ``manifest`` would be ``manifest.esig``
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp9 // This file implements the .manifest merger class.
36 Error merge(MemoryBufferRef Manifest);
506 // Recursively merge the two given manifest trees, depending on which elements
621 MemoryBufferRef Manifest) { in merge() argument
625 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() argument
708 Error WindowsManifestMerger::merge(MemoryBufferRef Manifest) { in merge() argument
709 return Impl->merge(Manifest); in merge()
/freebsd/tools/build/options/
H A DWITH_LOADER_VERIEXEC_PASS_MANIFEST3 with support to pass a verified manifest to the kernel.
4 The kernel has to be built with a module to parse the manifest.

12345678