Changeset befd6fb
- Timestamp:
- 01/21/2007 05:50:20 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 648e8bc
- Parents:
- 468419d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/hal.xml
r468419d rbefd6fb 318 318 <application>HAL</application> will invoke its methods on.</para> 319 319 320 <para>With the above configuration in place, authorized users now 321 have the ability to unmount disk partitions mounted at non-standard 322 locations such as <filename class='directory'>/pub</filename>. If 323 you'd like to restrict this policy to only drives which are considered 324 removable or hotpluggable, add the following configuration file as 325 the <systemitem class='username'>root</systemitem> user:</para> 326 327 <screen role="root"><userinput>cat > /etc/hal/fdi/policy/no-fixed-drives.fdi << "EOF" 328 <literal><?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> 329 330 <!-- Don't allow HAL methods on disks that are not 331 removable or hotpluggable --> 332 333 <deviceinfo version="0.2"> 334 <device> 335 <match key="@block.storage_device:storage.hotpluggable" bool="false"> 336 <match key="@block.storage_device:storage.removable" bool="false"> 337 <merge key="volume.ignore" type="bool">true</merge> 338 </match> 339 </match> 340 </device> 341 </deviceinfo></literal> 342 EOF</userinput></screen> 343 320 344 <para><application>HAL</application> only provides the methods such 321 345 as Mount() to act on hardware. In order to take advantage of these, -
introduction/welcome/changelog.xml
r468419d rbefd6fb 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dnicholson] - Added optional configuration to HAL to 49 prevent methods on fixed disk drives.</para> 50 </listitem> 51 <listitem> 48 52 <para>[dnicholson] - Fixed the X Input Devices User Notes link 49 53 to point to a more appropriate place on the Wiki. Closes
Note:
See TracChangeset
for help on using the changeset viewer.