Lines Matching +full:clang +full:- +full:format
1 // SPDX-License-Identifier: BSD-3-Clause
4 * user-defined file system and network access control policies.
6 * Copyright © 2017-2020 Mickaël Salaün <mic@digikod.net>
100 /* clang-format off */
109 /* clang-format on */
118 .parent_fd = -1, in populate_ruleset_fs()
228 if (!(ruleset_attr->scoped & in check_ruleset_scope()
259 ruleset_attr->scoped &= ~LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET; in check_ruleset_scope()
261 ruleset_attr->scoped &= ~LANDLOCK_SCOPE_SIGNAL; in check_ruleset_scope()
267 /* clang-format off */
289 /* clang-format on */
296 /* clang-format off */
303 "Multi-valued settings (lists of ports, paths, scopes) are colon-delimited.\n"
306 "* " ENV_FS_RO_NAME ": paths allowed to be used in a read-only way\n"
307 "* " ENV_FS_RW_NAME ": paths allowed to be used in a read-write way\n"
315 " - \"a\" to restrict opening abstract unix sockets\n"
316 " - \"s\" to restrict sending signals\n"
324 "%1$s bash -i\n"
329 /* clang-format on */
378 /* Best-effort security. */ in main()