Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 21 of 21) sorted by relevance

/systemd-251/src/shared/
Dmachine-id-setup.c88 bool writable; in machine_id_setup() local
117 writable = false; in machine_id_setup()
119 writable = true; in machine_id_setup()
135 if (writable) { in machine_id_setup()
/systemd-251/src/test/
Dtest-ns.c12 const char * const writable[] = { in main() local
83 (char **) writable, in main()
/systemd-251/test/test-execute/
Dexec-dynamicuser-statedir.service16 # Make sure that /var/lib/private/waldo is really the only writable directory besides the obvious c…
17 …-path /dev/.lxc -o -path /sys/devices/system/cpu \\) -prune -o -type d -writable -print 2>/dev/nul…
/systemd-251/src/busctl/
Dbusctl-introspect.h12 …y)(const char *interface, const char *name, const char *signature, bool writable, uint64_t flags, …
Dbusctl.c726 bool writable; member
903 …ty(const char *interface, const char *name, const char *signature, bool writable, uint64_t flags, … in on_property() argument
918 .writable = writable, in on_property()
1145 … (m->flags & SD_BUS_VTABLE_DEPRECATED) ? " deprecated" : (m->flags || m->writable ? "" : " -"), in introspect()
1150 m->writable ? " writable" : ""); in introspect()
/systemd-251/docs/
DCONTAINER_INTERFACE.md29 enabled, feel free to make `/proc/sys/net/` writable. If it also has user, ipc,
30 uts and pid namespaces enabled, the entire `/proc/sys` can be left writable).
78 hierarchy, and on cgroupv1 in the `name=systemd` hierarchy) may be writable
111 `/etc/machine-id` (if writable) when this option is used, hence you should
220 be mostly immutable (possibly some subdirs might be writable, but the top-level
321 7. Do not make `/sys/` writable in the container. If you do,
327 being writable to decide whether to use `systemd-udevd` or assume that
332 payload can make use of that, simply by marking `/sys/` writable. (Note that
335 sub-directories of `/sys/` writable, but make sure to leave the root of
DTEMPORARY_DIRECTORIES.md10 `/tmp/` and `/var/tmp/` are two world-writable directories Linux systems
211 or — if they are available early — are not writable. This means software that
222 problematic as it is world-writable and there's no automatic clean-up logic in
DENVIRONMENT.md128 and friends writable in the container. If set to "network", leave only
129 `/proc/sys/net/` writable.
276 directory is remounted writable. This is primarily used by
277 `systemd-gpt-auto-generator` to ensure the root partition is mounted writable
DBLOCK_DEVICE_LOCKING.md53 writable file descriptors referring to the block device. In almost all cases,
DPORTABLE_SERVICES.md224 If the image is writable, and some of the files or directories that are
333 behaviour, by setting the `ProtectSystem=strict` option. In this case writable
DPREDICTABLE_INTERFACE_NAMES.md16 …turned out to have a multitude of problems, among them: this required a writable root directory wh…
DRANDOM_SEEDS.md178 became writable. This is usually too late for many applications, it is hence
/systemd-251/src/core/
Dsocket.h119 bool writable; member
Ddbus-socket.c90 …SD_BUS_PROPERTY("Writable", "b", bus_property_get_bool, offsetof(Socket, writable), SD_BUS_VTABLE_…
189 return bus_set_transient_bool(u, name, &s->writable, message, flags, error); in bus_socket_set_transient_property()
Dsocket.c610 prefix, yes_no(s->writable), in socket_dump()
1178 static int special_address_create(const char *path, bool writable) { in special_address_create() argument
1184 fd = open(path, (writable ? O_RDWR : O_RDONLY)|O_CLOEXEC|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW); in special_address_create()
1665 p->fd = special_address_create(p->path, s->writable); in socket_open_fds()
Dload-fragment-gperf.gperf.in451 …arse_bool, 0, offsetof(Socket, writable)
/systemd-251/shell-completion/bash/
Dbusctl195 …OMP_WORDS[COMP_CWORD-3]} ${COMP_WORDS[COMP_CWORD-2]} ${COMP_WORDS[COMP_CWORD-1]} property writable)
/systemd-251/shell-completion/zsh/
D_busctl247 compadd "$@" - $(_busctl_get_members $words[2,4] "property" "writable")
/systemd-251/
DREADME299 not writable), which may be used to grant specific users read access. In
DTODO83 can safely put privileged stuff in. Would not be writable by the user, but
924 files and directories that are left writable for a unit, and which are
1797 - "machinectl commit" that takes a writable snapshot of a tree, invokes a
DNEWS2165 on /run/ if it is not already a mount point. A writable /run/ has
4997 writable tmpfs. In this setup, the underlying root device is not
6779 writable, and stateful locations for storage, excluded from the
7975 mappings that are writable and executable at the same time. This
9840 writable. (It's OK to run an image multiple times
10962 writable, readable or executable at all. Also, if specified,
11842 marked executable or world-writable.
13669 by seeing /var/log/journal to be writable.