Repository for eudev development
Go to file
WaLyong Cho 70a41ab585 smack: introduce new SmackProcessLabel option
In service file, if the file has some of special SMACK label in
ExecStart= and systemd has no permission for the special SMACK label
then permission error will occurred. To resolve this, systemd should
be able to set its SMACK label to something accessible of ExecStart=.
So introduce new SmackProcessLabel. If label is specified with
SmackProcessLabel= then the child systemd will set its label to
that. To successfully execute the ExecStart=, accessible label should
be specified with SmackProcessLabel=.
Additionally, by SMACK policy, if the file in ExecStart= has no
SMACK64EXEC then the executed process will have given label by
SmackProcessLabel=. But if the file has SMACK64EXEC then the
SMACK64EXEC label will be overridden.

[zj: reword man page]

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
2014-11-27 12:34:36 -05:00
docs docs/gudev/gudev-sections.txt: add two missing functions 2014-08-05 10:14:50 -04:00
hwdb hwdb: Update database of Bluetooth company identifiers 2014-11-01 13:33:18 -04:00
m4 m4/gtk-doc.m4: update to serial 2 2014-08-05 10:23:10 -04:00
man man: add emacs header to get correct indention in nxml-mode for the manpage XML files that use 2ch indenting 2014-11-27 08:29:53 -05:00
rule_generator rule-generator: make sure /etc/udev/rules.d/ exists prior to trying to write to it 2013-07-10 10:52:13 -04:00
rules rules/50-firmware.rules: remove firmware rules 2014-10-31 16:45:12 -04:00
src smack: introduce new SmackProcessLabel option 2014-11-27 12:34:36 -05:00
test src/udev: update the definition of udev_event_execute_rule 2014-11-16 08:44:52 -05:00
.gitignore man: ship pre-build man pages 2014-10-31 20:12:39 -04:00
autogen.sh man: ship pre-build man pages 2014-10-31 20:12:39 -04:00
configure.ac configure.ac: don't die on missing linux/btrfs.h, fixes issue #100 2014-11-16 13:40:43 -05:00
CONTRIBUTING Skip "udev hwdb: Support shipping pre-compiled database" 2014-10-28 20:44:14 -04:00
COPYING Final step of revamping the build system 2012-11-15 21:47:20 -05:00
Makefile.am Switch from external keymaps to internal (hwdb) keymaps 2013-07-24 16:27:01 -04:00
README README: Document the project home page 2013-09-27 17:49:45 -04:00

This git repo is a fork of git://anongit.freedesktop.org/systemd/systemd
with the aim of isolating udev from any particular flavor of system
initialization.  In this case, the isolation is from systemd.

This is a project started by Gentoo developers and testing is currently being
done mostly on OpenRC.  We welcome contribution from others using a variety of
system initializations to ensure eudev remains system initialization and
distribution neutral.

Homepage: http://www.gentoo.org/proj/en/eudev/

Tarballs of releases: http://dev.gentoo.org/~blueness/eudev/

Contact: You can email us as a group below.

IRC: Freenode/#gentoo-udev

Committers (alphabetical order by last name):

    Luca Barbato        (lu_zero)           <lu_zero@gentoo.org>
    Anthony G. Basile   (blueness)          <blueness@gentoo.org>
    Francisco Izquierdo (klondike)          <klondike@gentoo.org>
    Ian Stakenvicius    (axs)               <axs@gentoo.org>
    Matthew Thode       (prometheanfire)    <prometheanfire@gentoo.org>
    Tony Vroon          (chainsaw)          <tony@linx.net>
    Richard Yao         (ryao)              <ryao@gentoo.org>