Home
last modified time | relevance | path

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

/systemd-251/src/sysusers/
Dsysusers.c349 static int putsgent_with_members(const struct sgrp *sg, FILE *gshadow) { in putsgent_with_members() argument
353 assert(gshadow); in putsgent_with_members()
384 r = putsgent_sane(&t, gshadow); in putsgent_with_members()
389 return putsgent_sane(sg, gshadow); in putsgent_with_members()
766 _cleanup_fclose_ FILE *original = NULL, *gshadow = NULL; in write_temporary_gshadow() local
780 r = fopen_temporary_label("/etc/gshadow", gshadow_path, &gshadow, &gshadow_tmp); in write_temporary_gshadow()
788 r = copy_rights_with_fallback(fileno(original), fileno(gshadow), gshadow_tmp); in write_temporary_gshadow()
801 r = putsgent_with_members(sg, gshadow); in write_temporary_gshadow()
814 if (fchmod(fileno(gshadow), 0000) < 0) in write_temporary_gshadow()
824 r = putsgent_with_members(&n, gshadow); in write_temporary_gshadow()
[all …]
/systemd-251/factory/etc/
Dnsswitch.conf6 gshadow: files systemd
/systemd-251/docs/
DCONVERTING_TO_HOMED.md12 `/etc/gshadow`. With the advent of
84 you have a private group for your user) and `/etc/gshadow`. Most
/systemd-251/
Dmeson_options.txt301 option('gshadow', type : 'boolean', boolean
Dmeson.build1742 'gshadow',
4265 ['gshadow'],