summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yin Kangkai [Mon, 12 Nov 2012 14:59:50 +0000 (22:59 +0800)]
Move passwd and group back from /opt/etc to /etc/
Credentials (passwd and group) files in /opt (another partiton)
instead of root introduces a depending cycle in systemd env:
1. systemd _depends_ on udev being able to notify it to mount
/dev/mmcblk0p6 on /opt;
2. udev depends on "group" to set correctly permissions to /dev/
nodes based on its rules.
3. credentials (passwd and group) files are in /opt, only availabe
when mounted;
Some other information and discussion:
1. https://tizendev.org/pipermail/system/2012-November/000100.html
2. https://tizendev.org/gerrit/#/c/10005/
So we move it back to /etc (the root partition).
Another thing needs to mention is we need to make sure
{passwd,group} files available in "%install" section instead of
doing that in "%post", since otherwise rpms installed after this
package will fail for rpm keyword "%attr". e.g.:
"%attr(4750,root,dbus)" in dbus package.
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Change-Id: I29fd2d20f6099307603de74a22a8a27f508aba48
Karol Lewandowski [Sun, 28 Oct 2012 12:39:25 +0000 (13:39 +0100)]
udev rules: Allow ordinary users use DRM
This is required for accelerated (opengl-based) desktop to work under
systemd, where GUI applications run as non-privileged user 'app'.
Change-Id: I5122025d7fe4455fe946f3a78a1a35ca3ca5087b
Karol Lewandowski [Sun, 29 Jul 2012 02:43:07 +0000 (11:43 +0900)]
Add dbus user and group for proper priviledge separation in dbus' "--system" service
Change-Id: Ifabfe4b320e0dac9f560e84f1dfb099c509af452
Rafal Krypa [Wed, 5 Sep 2012 16:12:19 +0000 (18:12 +0200)]
udev: set haptic devices to world readable and writable.
Access to devices with permissions 0666 should be controlled by Smack in the future.
Change-Id: Iab25f8212779a35bdcd63bf59898f00e0dd659ae
Rafal Krypa [Fri, 24 Aug 2012 14:30:50 +0000 (16:30 +0200)]
Modify udev rules as per Mr. Kidong Kim request.
Change-Id: I24a12b4dc0997b488181714edd8b18c22e7bed04
Kidong Kim [Wed, 22 Aug 2012 04:24:08 +0000 (13:24 +0900)]
modified code
Kidong Kim [Wed, 22 Aug 2012 02:53:44 +0000 (11:53 +0900)]
source code open
Kim Kibum [Sun, 29 Apr 2012 08:01:23 +0000 (17:01 +0900)]
upload tizen1.0 source
eunmee moon [Fri, 27 Apr 2012 12:35:54 +0000 (21:35 +0900)]
Initial empty repository