summaryrefslogtreecommitdiff
path: root/src/shared/env-file-label.h
blob: 158fc4ec0b5303563fba04702bd3bd892232586e (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/* These functions are split out of fileio.h (and not for example just flags to the functions they wrap) in order to
 * optimize linking: This way, -lselinux is needed only for the callers of these functions that need selinux, but not
 * for all */

int write_env_file_label(const char *fname, char **l);