@ -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> |
@ -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> |
@ -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/" |
@ -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 |
@ -0,0 +1,4 @@ |
|||||
|
autogen=1 |
||||
|
pkginstalled xmlto || var_append extraconfopt " " "--disable-docbook-docs" |
||||
|
|
||||
|
hook_add postmake 3 "install_init policykit $confdir/policykit.init" |
@ -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 |
||||
|
|
@ -0,0 +1,2 @@ |
|||||
|
safe_groupadd polkit 45 |
||||
|
safe_useradd polkit 45 45 "PolicyKit User" / /bin/false "*" |