Systemd/.gitignore

238 lines
3.7 KiB
Plaintext
Raw Normal View History

*.a
*.cache
*.html
*.la
*.lo
*.log
*.o
*.plist
*.pyc
*.stamp
*.trs
*~
.deps/
.dirstamp
.libs/
2014-07-07 10:04:33 +02:00
/*.gcda
/*.gcno
/*.tar.bz2
/*.tar.gz
/*.tar.xz
/Makefile
/TAGS
/accelerometer
/ata_id
/bootctl
/build-aux
/busctl
/cdrom_id
/collect
/coredumpctl
/coverage/
/defined
/exported
/exported-*
/gtk-doc.make
/hostnamectl
/install-tree
/journalctl
/libsystemd-*.c
/libtool
/localectl
/loginctl
/machinectl
/mtd_probe
/scsi_id
/systemadm
/systemctl
/systemd
/systemd-ac-power
/systemd-activate
2013-02-13 23:51:12 +01:00
/systemd-analyze
/systemd-ask-password
/systemd-backlight
/systemd-binfmt
2013-01-08 00:49:39 +01:00
/systemd-bootchart
/systemd-bus-proxyd
/systemd-cat
/systemd-cgls
/systemd-cgroups-agent
/systemd-cgtop
/systemd-coredump
/systemd-cryptsetup
/systemd-cryptsetup-generator
/systemd-dbus1-generator
/systemd-debug-generator
/systemd-delta
/systemd-detect-virt
/systemd-efi-boot-generator
/systemd-escape
/systemd-firstboot
/systemd-fsck
/systemd-fstab-generator
/systemd-getty-generator
/systemd-gnome-ask-password-agent
/systemd-gpt-auto-generator
/systemd-hostnamed
/systemd-inhibit
/systemd-initctl
2014-06-19 16:13:36 +02:00
/systemd-journald
/systemd-journal-gatewayd
2014-03-25 23:05:52 +01:00
/systemd-journal-remote
/systemd-kmsg-syslogd
/systemd-localed
/systemd-logind
/systemd-machined
2014-06-19 16:13:36 +02:00
/systemd-machine-id-setup
/systemd-modules-load
/systemd-multi-seat-x
/systemd-networkd
2014-03-01 13:39:14 +01:00
/systemd-networkd-wait-online
/systemd-notify
/systemd-nspawn
/systemd-path
/systemd-quotacheck
/systemd-random-seed
/systemd-rc-local-generator
/systemd-readahead
/systemd-remount-api-vfs
/systemd-remount-fs
/systemd-reply-password
/systemd-resolved
/systemd-rfkill
/systemd-run
/systemd-shutdown
/systemd-shutdownd
/systemd-sleep
/systemd-socket-proxyd
/systemd-sysctl
/systemd-system-update-generator
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from static files systemd-sysusers is a tool to reconstruct /etc/passwd and /etc/group from static definition files that take a lot of inspiration from tmpfiles snippets. These snippets should carry information about system users only. To make sure it is not misused for normal users these snippets only allow configuring UID and gecos field for each user, but do not allow configuration of the home directory or shell, which is necessary for real login users. The purpose of this tool is to enable state-less systems that can populate /etc with the minimal files necessary, solely from static data in /usr. systemd-sysuser is additive only, and will never override existing users. This tool will create these files directly, and not via some user database abtsraction layer. This is appropriate as this tool is supposed to run really early at boot, and is only useful for creating system users, and system users cannot be stored in remote databases anyway. The tool is also useful to be invoked from RPM scriptlets, instead of useradd. This allows moving from imperative user descriptions in RPM to declarative descriptions. The UID/GID for a user/group to be created can either be chosen dynamic, or fixed, or be read from the owner of a file in the file system, in order to support reconstructing the correct IDs for files that shall be owned by them. This also adds a minimal user definition file, that should be sufficient for most basic systems. Distributions are expected to patch these files and augment the contents, for example with fixed UIDs for the users where that's necessary.
2014-06-12 22:54:02 +02:00
/systemd-sysusers
/systemd-sysv-generator
/systemd-timedated
2014-04-28 14:45:42 +02:00
/systemd-timesyncd
/systemd-tmpfiles
/systemd-tty-ask-password-agent
/systemd-uaccess
/systemd-udevd
/systemd-update-done
/systemd-update-utmp
/systemd-user-sessions
/systemd-vconsole-setup
/tags
2014-02-21 23:21:26 +01:00
/test-architecture
2014-06-22 14:53:24 +02:00
/test-async
/test-boot-timestamp
/test-bus-chat
2014-06-19 16:13:36 +02:00
/test-bus-cleanup
/test-bus-creds
/test-bus-error
/test-bus-gvariant
/test-bus-introspect
2013-04-12 00:26:12 +02:00
/test-bus-kernel
/test-bus-kernel-benchmark
/test-bus-kernel-bloom
/test-bus-marshal
/test-bus-match
/test-bus-memfd
/test-bus-objects
2013-03-30 15:30:23 +01:00
/test-bus-server
/test-bus-signature
/test-bus-zero-copy
/test-calendarspec
2014-06-22 14:53:24 +02:00
/test-capability
/test-catalog
/test-cgroup
/test-cgroup-mask
/test-cgroup-util
2014-06-24 20:42:29 +02:00
/test-compress
/test-compress-benchmark
/test-conf-files
/test-coredump-vacuum
/test-daemon
/test-date
/test-device-nodes
2013-12-13 02:43:35 +01:00
/test-dhcp-client
/test-dhcp-option
2014-06-19 16:13:36 +02:00
/test-dhcp-server
2014-06-19 16:57:10 +02:00
/test-dhcp6-client
/test-icmp6-rs
/test-ellipsize
/test-engine
/test-env-replace
/test-event
2014-06-14 22:10:45 +02:00
/test-fdset
/test-fileio
/test-hashmap
/test-hostname
/test-id128
/test-inhibit
/test-install
/test-ipcrm
2014-04-28 14:45:42 +02:00
/test-ipv4ll
/test-job-type
/test-journal
/test-journal-enum
/test-journal-flush
/test-journal-init
/test-journal-interleaving
/test-journal-match
/test-journal-send
/test-journal-stream
/test-journal-syslog
/test-journal-verify
/test-libsystemd-sym*
/test-libsystemd-*-sym*
/test-libudev
/test-libudev-sym*
2013-06-26 13:43:16 +02:00
/test-list
/test-log
/test-login
/test-login-shared
/test-login-tables
/test-loopback
/test-machine-tables
/test-mmap-cache
2013-10-23 20:10:02 +02:00
/test-namespace
/test-network
/test-ns
2013-03-30 15:06:51 +01:00
/test-path-util
/test-prioq
2014-06-23 21:28:22 +02:00
/test-ratelimit
/test-replace-var
2014-06-19 16:13:36 +02:00
/test-resolve
/test-ring
/test-rtnl
2014-06-19 16:13:36 +02:00
/test-rtnl-manual
/test-sched-prio
/test-sleep
2014-06-14 22:10:44 +02:00
/test-socket-util
2014-05-16 20:14:23 +02:00
/test-ssd
2013-02-09 01:39:44 +01:00
/test-strbuf
/test-strip-tab-ansi
/test-strv
/test-strxcpyx
/test-tables
/test-time
/test-tmpfiles
/test-udev
/test-unit-file
/test-unit-name
/test-utf8
/test-util
/test-watchdog
/test-xml
/timedatectl
/udevadm
/undefined
/v4l_id
2010-02-03 14:21:48 +01:00
Makefile.in
__pycache__/
2010-02-03 14:21:48 +01:00
aclocal.m4
config.h
config.h.in
config.log
config.status
configure
stamp-*