diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-01-25 17:37:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-01-25 17:37:21 +0000 |
commit | 011dbc9d6821df057bf337438aaaefbff6b7612c (patch) | |
tree | f3bc445e402088bf99b6dbe1122e1db621bd4167 /sys-apps/systemd/files/nsswitch.conf | |
parent | 8b1caee825d7881ebb89fd53014de58fd85e7cd2 (diff) |
systemd security update : https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10156
Diffstat (limited to 'sys-apps/systemd/files/nsswitch.conf')
-rw-r--r-- | sys-apps/systemd/files/nsswitch.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-apps/systemd/files/nsswitch.conf b/sys-apps/systemd/files/nsswitch.conf new file mode 100644 index 00000000..00667c0c --- /dev/null +++ b/sys-apps/systemd/files/nsswitch.conf @@ -0,0 +1,27 @@ +# Sample nss configuration for systemd + +# systemd-specific modules +# See the manual pages fore further information. +# nss-myhostname - host resolution for the local hostname +# nss-mymachines - host, user, group resolution for containers +# nss-resolve - host resolution using resolved +# nss-systemd - dynamic user/group resolution (DynamicUser in unit files) + +passwd: compat mymachines systemd +shadow: compat +group: compat mymachines systemd +gshadow: files + +hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname +networks: files + +services: db files +protocols: db files +rpc: db files +ethers: db files +netmasks: files +netgroup: files +bootparams: files + +automount: files +aliases: files |