Searched refs:seal (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-send.c | 245 bool seal = true; in sd_journal_sendv() local 339 seal = false; in sd_journal_sendv() 348 if (seal) { in sd_journal_sendv()
|
D | journal-file.c | 291 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/ |
D | journald-server.c | 264 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()
|
D | journald-gperf.gperf | 24 Journal.Seal, config_parse_bool, 0, offsetof(Server, seal)
|
D | journald-server.h | 109 bool seal; member
|
/systemd-251/docs/ |
D | JOURNAL_FILE_FORMAT.md | 592 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/ |
D | TODO | 1532 * Hook up journald's FSS logic with TPM2: seal the verification disk by
|