diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-September/008731.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2012-September/008731.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-September/008731.html b/zarb-ml/mageia-discuss/2012-September/008731.html new file mode 100644 index 000000000..b6cb90aa6 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008731.html @@ -0,0 +1,82 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C50571B33.3030707%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008730.html"> + <LINK REL="Next" HREF="008734.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C50571B33.3030707%40roadrunner.com%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">ftg at roadrunner.com + </A><BR> + <I>Mon Sep 17 14:44:35 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8731">[ date ]</a> + <a href="thread.html#8731">[ thread ]</a> + <a href="subject.html#8731">[ subject ]</a> + <a href="author.html#8731">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/17/2012 07:48 AM, Renaud (Ron) Olgiati wrote: +><i> I think I finally found a simpler solution: +</I> +You should enter a bug report for this, as there is probably more going +on here than simple Unix permissions. + +When dinosaurs roamed the earth, Unix systems were multi-user, and it +was expected that the sysadmin would use the groups to parcel out device +permissions. As Linux distros have moved more and more towards +single-user systems, permission mechanisms have changed. + +/dev devices are now created dynamically (as already pointed out) +according to rules supplied by the packages you install. The theory is +that you only end up creating /dev nodes for devices you will actually +use, rather than the cast of thousands that used to be created +statically for every possible need. + +And access to common devices like CD drives and the audio system is (I +believe) done dynamically now as well, by packages like polkit and +systemd, which take their configuration from places other than /etc/group. + +As a USB tty is not a common device, it may well have fallen through the +cracks of these new mechanisms, and should probably be addressed there. +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8731">[ date ]</a> + <a href="thread.html#8731">[ thread ]</a> + <a href="subject.html#8731">[ subject ]</a> + <a href="author.html#8731">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |