Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
58891ea62c
8 changed files with 145 additions and 1 deletions
  1. +4
    -1
      Documentation/Developers/REGISTER
  2. +13
    -0
      package/base/hal-info/10-pamconsole.fdi
  3. +9
    -0
      package/base/hal-info/20-users.fdi
  4. +26
    -0
      package/base/hal-info/hal-info.conf
  5. +45
    -0
      package/base/hal-info/hal-info.desc
  6. +4
    -0
      package/base/policykit/policykit.conf
  7. +42
    -0
      package/base/policykit/policykit.desc
  8. +2
    -0
      package/base/policykit/postsysfiles.in

+ 4
- 1
Documentation/Developers/REGISTER

@ -70,6 +70,9 @@ Reserved User and Group IDs:
postdrop 43 postfix 44 postdrop 43 postfix 44
postfix 44 postfix 44
- policykit users: - policykit groups:
polkit 45 polkit 45
- hal/dbus/plugdev users / groups: - hal/dbus/plugdev users / groups:
messagebus 50 messagebus 50 messagebus 50 messagebus 50
haldaemon 51 haldaemon 51 haldaemon 51 haldaemon 51
@ -105,7 +108,7 @@ Reserved User and Group IDs:
- avahi user: - netdev group: - avahi user: - netdev group:
avahi 81 netdev 81 avahi 81 netdev 81
Free IDs: 31-37,45-50,55,57-65,67-69,72-77, from 82 onwards
Free IDs: 31-37,46-50,55,57-65,67-69,72-77, from 82 onwards
Filedescriptor Numbers Filedescriptor Numbers

+ 13
- 0
package/base/hal-info/10-pamconsole.fdi

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<!-- Default policies merged onto computer root object -->
<device>
<match key="info.udi" string="/org/freedesktop/Hal/devices/computer">
<merge key="storage.policy.default.managed_keyword.primary" type="string">user</merge>
<merge key="storage.policy.default.mount_option.pamconsole" type="bool">false</merge>
</match>
</device>
</deviceinfo>

+ 9
- 0
package/base/hal-info/20-users.fdi

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<merge key="storage.policy.default.mount_option.users" type="bool">true</merge>
</device>
</deviceinfo>

+ 26
- 0
package/base/hal-info/hal-info.conf

@ -0,0 +1,26 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/avm/hal/hal.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add preconf 3 "[ -x autogen.sh ] && ./autogen.sh || true"
# are these still needed without fstab sync?
# hook_add postmake 3 "install -v $confdir/*.fdi /usr/share/hal/fdi/policy/10osvendor/"

+ 45
- 0
package/base/hal-info/hal-info.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avm/hal/hal.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Hardware Data for HAL
[T] hal-info is a small hal sub-package that provides the hardware data and
[T] quirks. These quirks are currently things like what mice support
[T] reporting battery status, what music players are supported and what
[T] cameras are detected.
[U] http://freedesktop.org/wiki/Software_2fhal
[A] David Zeuthen <davidz at redhat.com>
[M] The ROCK Linux Project
[C] extra/configuration
[F] CORE
[L] GPL
[S] Beta
[V] 20061230
[P] X -----5---9 141.000
# git clone git://anongit.freedesktop.org/git/hal-info
[D] 3365657453 hal-info-20061230.tar.bz2 www.no.net

+ 4
- 0
package/base/policykit/policykit.conf

@ -0,0 +1,4 @@
autogen=1
pkginstalled xmlto || var_append extraconfopt " " "--disable-docbook-docs"
hook_add postmake 3 "install_init policykit $confdir/policykit.init"

+ 42
- 0
package/base/policykit/policykit.desc

@ -0,0 +1,42 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/policykit/policykit.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Policy framework for HAL
[T] PolicyKit is a framework for defining policy for system-wide components
[T] and for desktop pieces to configure it. It is used by HAL.
[A] David Zeuthen <davidz at redhat.com>
[M] The ROCK Linux Project
[C] extra/configuration
[F] CORE
[L] GPL
[S] Beta
[V] 20061230
[P] X -----5---9 140.000
# git clone git://anongit.freedesktop.org/git/PolicyKit
[D] 2888747839 PolicyKit-20061230.tar.bz2 www.no.net

+ 2
- 0
package/base/policykit/postsysfiles.in

@ -0,0 +1,2 @@
safe_groupadd polkit 45
safe_useradd polkit 45 45 "PolicyKit User" / /bin/false "*"

Loading…
Cancel
Save