Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dnamespace.c599 …int append_static_mounts(MountEntry **p, const MountEntry *mounts, size_t n, bool ignore_protect) { in append_static_mounts() argument
609 .ignore = mounts[i].ignore || ignore_protect, in append_static_mounts()
615 static int append_protect_home(MountEntry **p, ProtectHome protect_home, bool ignore_protect) { in append_protect_home() argument
624 …_mounts(p, protect_home_read_only_table, ELEMENTSOF(protect_home_read_only_table), ignore_protect); in append_protect_home()
627 …d_static_mounts(p, protect_home_tmpfs_table, ELEMENTSOF(protect_home_tmpfs_table), ignore_protect); in append_protect_home()
630 …ppend_static_mounts(p, protect_home_yes_table, ELEMENTSOF(protect_home_yes_table), ignore_protect); in append_protect_home()
637 static int append_protect_system(MountEntry **p, ProtectSystem protect_system, bool ignore_protect)… in append_protect_system() argument
646 …ic_mounts(p, protect_system_strict_table, ELEMENTSOF(protect_system_strict_table), ignore_protect); in append_protect_system()
649 …d_static_mounts(p, protect_system_yes_table, ELEMENTSOF(protect_system_yes_table), ignore_protect); in append_protect_system()
652 …static_mounts(p, protect_system_full_table, ELEMENTSOF(protect_system_full_table), ignore_protect); in append_protect_system()