Blame


1 63219cd2 2019-01-04 stsp /*
2 5d56da81 2019-01-13 stsp * Copyright (c) 2018, 2019 Stefan Sperling <stsp@openbsd.org>
3 63219cd2 2019-01-04 stsp *
4 63219cd2 2019-01-04 stsp * Permission to use, copy, modify, and distribute this software for any
5 63219cd2 2019-01-04 stsp * purpose with or without fee is hereby granted, provided that the above
6 63219cd2 2019-01-04 stsp * copyright notice and this permission notice appear in all copies.
7 63219cd2 2019-01-04 stsp *
8 63219cd2 2019-01-04 stsp * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 63219cd2 2019-01-04 stsp * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 63219cd2 2019-01-04 stsp * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 63219cd2 2019-01-04 stsp * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 63219cd2 2019-01-04 stsp * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 63219cd2 2019-01-04 stsp * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 63219cd2 2019-01-04 stsp * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 63219cd2 2019-01-04 stsp */
16 63219cd2 2019-01-04 stsp
17 63219cd2 2019-01-04 stsp const struct got_error *got_privsep_unveil_exec_helpers(void);