Home
last modified time | relevance | path

Searched refs:seal (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-send.c245 bool seal = true; in sd_journal_sendv() local
339 seal = false; in sd_journal_sendv()
348 if (seal) { in sd_journal_sendv()
Djournal-file.c291 bool keyed_hash, seal = false; in journal_file_init_header() local
308 seal = FLAGS_SET(file_flags, JOURNAL_SEAL) && journal_file_fss_load(f) >= 0; in journal_file_init_header()
319 h.compatible_flags = htole32(seal * HEADER_COMPATIBLE_SEALED); in journal_file_init_header()
/systemd-251/src/journal/
Djournald-server.c264 bool seal, in open_journal() argument
276 file_flags = (s->compress.enabled ? JOURNAL_COMPRESS : 0) | (seal ? JOURNAL_SEAL : 0); in open_journal()
348 …r = open_journal(s, true, fn, O_RDWR|O_CREAT, s->seal, &s->system_storage.metrics, &s->system_jour… in system_journal_open()
459 r = open_journal(s, true, p, O_RDWR|O_CREAT, s->seal, &s->system_storage.metrics, &f); in find_journal()
477 bool seal, in do_rotate() argument
490 (seal ? JOURNAL_SEAL : 0); in do_rotate()
608 (s->seal ? JOURNAL_SEAL : 0), in vacuum_offline_user_journals()
650 (void) do_rotate(s, &s->system_journal, "system", s->seal, 0); in server_rotate()
654 r = do_rotate(s, &f, "user", s->seal, PTR_TO_UID(k)); in server_rotate()
2294 .seal = true, in server_init()
Djournald-gperf.gperf24 Journal.Seal, config_parse_bool, 0, offsetof(Server, seal)
Djournald-server.h109 bool seal; member
/systemd-251/docs/
DJOURNAL_FILE_FORMAT.md592 Tag objects are used to seal off the journal for alteration. In regular
663 above). Before the file is closed a tag should be written too, to seal it off.
/systemd-251/
DTODO1532 * Hook up journald's FSS logic with TPM2: seal the verification disk by