/systemd-251/src/shared/ |
D | machine-id-setup.c | 88 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/ |
D | test-ns.c | 12 const char * const writable[] = { in main() local 83 (char **) writable, in main()
|
/systemd-251/test/test-execute/ |
D | exec-dynamicuser-statedir.service | 16 # 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/ |
D | busctl-introspect.h | 12 …y)(const char *interface, const char *name, const char *signature, bool writable, uint64_t flags, …
|
D | busctl.c | 726 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/ |
D | CONTAINER_INTERFACE.md | 29 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
|
D | TEMPORARY_DIRECTORIES.md | 10 `/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
|
D | ENVIRONMENT.md | 128 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
|
D | BLOCK_DEVICE_LOCKING.md | 53 writable file descriptors referring to the block device. In almost all cases,
|
D | PORTABLE_SERVICES.md | 224 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
|
D | PREDICTABLE_INTERFACE_NAMES.md | 16 …turned out to have a multitude of problems, among them: this required a writable root directory wh…
|
D | RANDOM_SEEDS.md | 178 became writable. This is usually too late for many applications, it is hence
|
/systemd-251/src/core/ |
D | socket.h | 119 bool writable; member
|
D | dbus-socket.c | 90 …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()
|
D | socket.c | 610 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()
|
D | load-fragment-gperf.gperf.in | 451 …arse_bool, 0, offsetof(Socket, writable)
|
/systemd-251/shell-completion/bash/ |
D | busctl | 195 …OMP_WORDS[COMP_CWORD-3]} ${COMP_WORDS[COMP_CWORD-2]} ${COMP_WORDS[COMP_CWORD-1]} property writable)
|
/systemd-251/shell-completion/zsh/ |
D | _busctl | 247 compadd "$@" - $(_busctl_get_members $words[2,4] "property" "writable")
|
/systemd-251/ |
D | README | 299 not writable), which may be used to grant specific users read access. In
|
D | TODO | 83 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
|
D | NEWS | 2165 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.
|