Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 17 of 17) sorted by relevance

/systemd-251/src/home/ !
Dhomework-mount.c156 static int append_identity_range(char **text, uid_t start, uid_t next_start, uid_t exclude) { in append_identity_range() argument
165 if (exclude < start || exclude >= next_start) /* UID to exclude it outside of the range? */ in append_identity_range()
168 …if (start == exclude && next_start == exclude + 1) /* The only UID in the range is the one to excl… in append_identity_range()
171 if (exclude == start) /* UID to exclude at beginning of range? */ in append_identity_range()
174 if (exclude == next_start - 1) /* UID to exclude at end of range? */ in append_identity_range()
180 start, start, exclude - start, in append_identity_range()
181 exclude + 1, exclude + 1, next_start - exclude - 1); in append_identity_range()
/systemd-251/.lgtm/cpp-queries/ !
DUninitializedVariableWithCleanup.ql92 * for this check to exclude them.
101 // Finally, exclude functions that contain assembly blocks. It's
/systemd-251/src/shared/ !
Dseccomp-util.c950 char **exclude,
958 char **exclude, in seccomp_add_syscall_filter_item() argument
965 if (strv_contains(exclude, name)) in seccomp_add_syscall_filter_item()
980 return add_syscall_filter_set(seccomp, other, action, exclude, log_missing, added); in seccomp_add_syscall_filter_item()
1018 char **exclude, in add_syscall_filter_set() argument
1031 … r = seccomp_add_syscall_filter_item(seccomp, sys, action, exclude, log_missing, added); in add_syscall_filter_set()
Dseccomp-util.h72 char **exclude,
/systemd-251/src/network/ !
Dnetworkd-route-util.h15 int manager_find_uplink(Manager *m, int family, Link *exclude, Link **ret);
Dnetworkd-route-util.c74 int manager_find_uplink(Manager *m, int family, Link *exclude, Link **ret) { in manager_find_uplink() argument
85 if (link == exclude) in manager_find_uplink()
/systemd-251/shell-completion/zsh/ !
D_systemd-tmpfiles12 '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
/systemd-251/units/ !
Dsystemd-tmpfiles-setup.service22 ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Dsystemd-journald.socket18 # hence let's exclude this from isolate requests.
Dsystemd-journald-dev-log.socket18 # hence let's exclude this from isolate requests.
/systemd-251/.github/ !
Dcodeql-custom.qls34 - exclude:
/systemd-251/man/ !
Dmeson.build197 '--exclude=*',
/systemd-251/docs/ !
DROOT_STORAGE_DAEMONS.md84 initrd) we need to exclude these daemons from the shutdown/switch_root killing
DTEMPORARY_DIRECTORIES.md167 `/run/tmpfiles.d/`). The `x`/`X` line types may be used to exclude files
/systemd-251/test/ !
Dtest-functions1096 …rsync -am --include='*/' --include='*.gcno' --exclude='*' "${BUILD_DIR:?}/" "${initdir}/${BUILD_DI…
/systemd-251/ !
DNEWS1637 .network files which may be used to exclude foreign-created routing
2704 --exclude-prefix=/dev --exclude-prefix=/proc --exclude=/run
2705 --exclude=/sys. It's particularly useful in combination with --root=,
4970 contents of directory. This may be used to temporarily exclude
6272 will not exclude read-only files owned by root from cleanup.
12117 * tmpfiles learned a new --exclude-prefix= switch to exclude
DTODO909 other doesn't. What a disaster. Probably to exclude it.