Searched refs:conf (Results 1 - 8 of 8) sorted by relevance

/systemd/sysctl.d/
H A D50-default.conf11 # (e.g. /etc/sysctl.d/90-override.conf), and put any assignments
24 net.ipv4.conf.default.rp_filter = 1
25 net.ipv4.conf.all.rp_filter = 1
28 net.ipv4.conf.default.accept_source_route = 0
29 net.ipv4.conf.all.accept_source_route = 0
32 net.ipv4.conf.default.promote_secondaries = 1
33 net.ipv4.conf.all.promote_secondaries = 1
/systemd/test/
H A Dtest-efi-create-disk.sh31 echo -e "timeout 3\n" > mnt/loader/loader.conf
32 echo -e "title Test\nefi /test\n" > mnt/loader/entries/test.conf
33 echo -e "title Test2\nlinux /test2\noptions option=yes word number=1000 more\n" > mnt/loader/entries/test2.conf
34 echo -e "title Test3\nlinux /test3\n" > mnt/loader/entries/test3.conf
35 echo -e "title Test4\nlinux /test4\n" > mnt/loader/entries/test4.conf
36 echo -e "title Test5\nefi /test5\n" > mnt/loader/entries/test5.conf
37 echo -e "title Test6\nlinux /test6\n" > mnt/loader/entries/test6.conf
H A Dtest-functions315 cp -a /etc/ld.so.conf* $initdir/etc
326 inst /etc/nsswitch.conf
327 inst /etc/pam.conf
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest-segfault.sh25 cat <<'EOL' >/etc/systemd/system/my.timer.d/override.conf
/systemd/test/bus-policy/
H A Dmany-rules.conf10 <include ignore_missing="yes">nonexistent.conf</include>
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh49 cat >$initdir/etc/systemd/system.conf <<EOF
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c25 #include "conf-files.h"
1026 r = conf_files_list(&l, ".conf", NULL, *i, NULL);
1269 _cleanup_strv_free_ char **conf = NULL; local
1274 conf = strv_copy(configuration);
1275 if (!conf)
1280 r = shared_policy_reload_unlocked(sp, conf);
1282 sp->configuration = conf;
1283 conf = NULL;
/systemd/src/boot/efi/
H A Dboot.c1128 /* remove ".conf" */
1142 len = file_read(root_dir, L"\\loader\\loader.conf", 0, 0, &content);
1182 if (StriCmp(f->FileName + len - 5, L".conf") != 0)
1578 CHAR16 *conf; local
1582 conf = PoolPrint(L"%s-%s", os_id, os_version ? : os_build);
1584 entry = config_entry_add_loader(config, loaded_image->DeviceHandle, LOADER_LINUX, conf, 'l', os_name, path);
1595 FreePool(conf);
1746 /* scan /loader/entries/\*.conf files */
1770 Print(L"No loader found. Configuration files in \\loader\\entries\\*.conf are needed.");

Completed in 3269 milliseconds