/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/bootctl/bootctl-util.h
15 строк
305 B
Yu Watanabe
bootctl: move arg_touch_variables checkers to bootctl-util.c
13 фев 2026, 10:11
13 фев 2026, 10:11
28fa318
Код
Авторство
О чём код?
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include <stdbool.h> bool touch_variables(void); int verify_touch_variables_allowed(const char *command); int sync_everything(void); const char* get_efi_arch(void); int get_file_version(int fd, char **ret); int settle_entry_token(void);