]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/env-file-label.h
hwdb: Add mapping for Xiaomi Mipad 2 bottom bezel capacitive buttons
[thirdparty/systemd.git] / src / shared / env-file-label.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
686d13b9
LP
2#pragma once
3
4/* These functions are split out of fileio.h (and not for example just flags to the functions they wrap) in order to
5 * optimize linking: This way, -lselinux is needed only for the callers of these functions that need selinux, but not
6 * for all */
7
f155cb6d 8int write_env_file_label(int dir_fd, const char *fname, char **headers, char **l);
0e7a7cd4
YW
9
10int write_vconsole_conf_label(char **l);