Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-23 | socket: SELinux support for socket creation. | Daniel J Walsh | |
It seems to work on my machine. /proc/1/fd/20 system_u:system_r:system_dbusd_t:s0 /proc/1/fd/21 system_u:system_r:avahi_t:s0 And the AVC's seem to have dissapeared when a confined app trys to connect to dbus or avahi. If you run with this patch and selinux-policy-3.8.8-3.fc14.noarch You should be able to boot in enforcing mode. | |||
2010-07-22 | build-sys: prepare release 4 | Lennart Poettering | |
2010-07-22 | build-sys: fix compatibility with vala 0.9 | Lennart Poettering | |
2010-07-13 | build-sys: bump releasesystemd/v3 | Lennart Poettering | |
2010-07-12 | cgroup: reimplement the last bit of libcgroup functionality natively | Lennart Poettering | |
2010-07-12 | build-sys: require udev 160 to fix notify socket abstract namespace sockaddr ↵ | Lennart Poettering | |
length | |||
2010-07-10 | build-sys: drop special name hack for dbus.service since a native service ↵ | Lennart Poettering | |
file is now shipped upstream dbus | |||
2010-07-09 | build-sys: bump version | Lennart Poettering | |
2010-07-09 | build-sys: disable inline warnings | Lennart Poettering | |
2010-07-07 | build-sys: prepare release 1systemd/v1 | Lennart Poettering | |
2010-06-21 | pam: implement systemd PAM module and generelize cgroup API for that a bit | Lennart Poettering | |
2010-06-18 | build-sys: speed up build via convenience library | Lennart Poettering | |
2010-06-17 | gcc: disable warn_unused_result attribute warnings | Lennart Poettering | |
2010-06-17 | fix --nonet calls to xsltproc | Pavol Rusnak | |
Also, fix spelling of openSUSE | |||
2010-06-17 | build-sys: pass -fno-strict-aliasing by default | Lennart Poettering | |
2010-06-16 | build-sys: fix configure output without libwrap | Lennart Poettering | |
2010-06-16 | service: optionally call into PAM when dropping priviliges | Lennart Poettering | |
2010-06-16 | socket: add optional libwrap support | Lennart Poettering | |
2010-06-09 | build-sys: enable bz2 tarballs | Lennart Poettering | |
2010-06-07 | build-sys: make make distcheck work again | Lennart Poettering | |
2010-06-07 | dbus: install bus activation file | Lennart Poettering | |
2010-06-02 | build-sys: call AC_OUTPUT without any arguments | Christian Ruppert | |
2010-06-02 | build-sys: default rootdir to prefix | Lennart Poettering | |
2010-06-02 | build-sys: install stuff intended for / into ${rootdir} which is ↵ | Lennart Poettering | |
configurable with --with-rootdir= | |||
2010-05-22 | device: make use of new libudev tags logic | Lennart Poettering | |
2010-05-20 | units: SUSE support | Kay Sievers | |
2010-05-18 | build-sys: remove vala generated sources only when valac is around | Lennart Poettering | |
2010-05-17 | cgroup: don't require debug cgroup controller anymore, use name hierarchy ↵ | Lennart Poettering | |
instead | |||
2010-05-17 | man: replace syslog name in man page by configured name | Lennart Poettering | |
2010-05-17 | build-sys: set M4_DISTRO_FLAG from the configure script | Lennart Poettering | |
2010-05-17 | build-sys: fix --distro= configure explations | Lennart Poettering | |
2010-05-17 | units: add distribution-specific units | Lennart Poettering | |
2010-05-16 | build-sys: provide distro-agnostic defaults for distro-specific settings | Lennart Poettering | |
2010-05-16 | units: automatically generated syslog.target | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |
2010-05-16 | build-sys: use autoconf'igured mkdir/ln/sed programs | Lennart Poettering | |
2010-05-16 | build-sys: update package URL to point to freedesktop.org | Tollef Fog Heen | |
2010-05-16 | build-sys: point the development/bug report address at the fd.o list | Tollef Fog Heen | |
2010-05-16 | build-sys: support setting path and service names from configure | Tollef Fog Heen | |
Allow passing --with switches for SysV init path, SysV rcN.d path, DBus and syslog service names. Also bail out if those are not passed and distro is other | |||
2010-05-16 | build-sys: rename --with-distro=none to --with-distro=other | Tollef Fog Heen | |
2010-05-15 | build-sys: slackware support | Malcolm Studd | |
Attached is a patch for slackware support. If you want it some other way, let me know; I haven't used git before. Slackware doesn't have gnome or vala, and I'm having some issues with the vala programs in systemd. I installed the vala compiler, and the configure script says I have everything required, but compilation fails (log attached). Is there something I'm missing? I installed systemd by commenting out the vala programs in Makefile.am. Malcolm | |||
2010-05-15 | build-sys: Update Vala configure check | Robert Gerus | |
2010-05-15 | man: add some initial man page work | Lennart Poettering | |
2010-05-13 | configure: Allow to disable build of tools that require GTK. | Michael Tremer | |
2010-05-08 | build-sys: detect Gentoo | Fabian Henze | |
2010-05-06 | build-sys: fix name of Debian syslog service | Lennart Poettering | |
2010-05-06 | build-sys: require at least vala 0.7 | Lennart Poettering | |
2010-05-06 | build-sys: better test for pkg-config/pkg.m4 | Tollef Fog Heen | |
In some cases, people will run autoreconf rather than bootstrap.sh, or they will uninstall pkg-config. This is now detected properly rather than relying on bootstrap.sh checking for us. | |||
2010-05-06 | build-sys: support non-git versions of libcgroup | Maarten Lankhorst | |
2010-05-06 | we don't actually need libgee anymore | Lennart Poettering | |