]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/cap-list.h
Merge pull request #8575 from keszybz/non-absolute-paths
[thirdparty/systemd.git] / src / basic / cap-list.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2014 Lennart Poettering
8 ***/
9
10 const char *capability_to_name(int id);
11 int capability_from_name(const char *name);
12 int capability_list_length(void);
13
14 int capability_set_to_string_alloc(uint64_t set, char **s);
15 int capability_set_from_string(const char *s, uint64_t *set);