| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.14 2006/11/29 15:48:57 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.15 2007/11/15 22:41:08 nightmorph Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/devfs-guide.xml"> |
6 | <guide link="/doc/en/devfs-guide.xml"> |
| 7 | <title>Device File System Guide</title> |
7 | <title>Device File System Guide</title> |
| … | |
… | |
| 19 | |
19 | |
| 20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 22 | <license/> |
22 | <license/> |
| 23 | |
23 | |
| 24 | <version>0.6</version> |
24 | <version>0.7</version> |
| 25 | <date>2005-07-21</date> |
25 | <date>2007-11-15</date> |
| 26 | |
26 | |
| 27 | <chapter> |
27 | <chapter> |
| 28 | <title>What is devfs?</title> |
28 | <title>What is devfs?</title> |
| 29 | <section> |
29 | <section> |
| 30 | <title>The (good?) old days</title> |
30 | <title>The (good?) old days</title> |
| … | |
… | |
| 340 | <title>Permission Related Items</title> |
340 | <title>Permission Related Items</title> |
| 341 | <section> |
341 | <section> |
| 342 | <title>Set/change permissions with devfsd</title> |
342 | <title>Set/change permissions with devfsd</title> |
| 343 | <body> |
343 | <body> |
| 344 | |
344 | |
| 345 | <note> |
345 | <impo> |
| 346 | These instructions are valid as long as pam_console is disabled in |
346 | These instructions are valid as long as pam_console is disabled in |
| 347 | <path>/etc/pam.d/system-auth</path>. If you enabled pam_console there, |
347 | <path>/etc/pam.d/system-auth</path>. If you enabled pam_console there, then PAM |
| 348 | then PAM has the final word on permissions. |
348 | has the final word on permissions. You shouldn't be using pam_console anyway, as |
| 349 | </note> |
349 | it has been <uri |
|
|
350 | link="http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml">removed from |
|
|
351 | Portage</uri>. |
|
|
352 | </impo> |
| 350 | |
353 | |
| 351 | <p> |
354 | <p> |
| 352 | If you want to set permissions using <path>/etc/devfsd.conf</path>, |
355 | If you want to set permissions using <path>/etc/devfsd.conf</path>, |
| 353 | then use the syntax used in the following example: |
356 | then use the syntax used in the following example: |
| 354 | </p> |
357 | </p> |