Technology - Shuttle PC - Forum Discussion about settin secutity

By: fullbull2 (orankelium) - 2006-12-03 09:07
Hello, 
On page 
https://www.euclideanspace.com/tech/pc/shuttle/mods/irda/suse100/index.htm 
you ask how /dev/ircomm permissions are set automatically. 
Here is one answer: 
 
Edit file /etc/udev/rules.d/50-udev.rules, 
find line containing 'ircomm'. 
 
It looks like this: 
KERNEL=="ircomm*",NAME="%k", GROUP="uucp" 
 
Append ', MODE="666"' to the line: 
KERNEL=="ircomm*", NAME="%k", GROUP="uucp", MODE="666" 
 
After next boot your /dev/ircomm0's mode is 666. 
 
----------------- 
Another way is adding your regular user to group 'uucp'. 
Not every user but you would get read and write permissions 
to every serial port. Could be done following this path: 
 
Yast -> 
Security and users -> 
User management -> 
Select user -> 
Edit -> 
Details -> 
Groups -> 
Select 'uucp' 


By: Martin Baker (martinbakerProject Admin) - 2006-12-03 11:04
Thanks very much, the Yast option worked very well, I will update the web page to include your message. 
 
One question about the other option, on my system the filename is: 
/etc/udev/rules.d/50-udev-default.rules 
Should I create 
/etc/udev/rules.d/50-udev.rules 
and make a copy with the edit or just edit the default file and not create a new file? 
 
There is also another file: 
/etc/udev/rules.d/52-irda.rules 
but I guess that does not control the security? 
 
Martin

By: fullbull2 (orankelium) - 2006-12-03 11:32
My suggestion is not to mess the udev/rules.d directory with new files, 
but find the right line with 'ircomm*' in either 50-udev-default.rules or 
52-irda.rules and try adjusting it there. 
It should not make any damage to experiment with just the modes. 
Our SuSE 10.0 versions are a bit different, mine does not have those 
files so I can't give better advice.

By: Martin Baker (martinbakerProject Admin) - 2006-12-04 07:08
OK, 
 
50-udev-default.rules has the line you described so I'll try changing that. I am working on 10.1 at the moment so I guess that's the reason for the difference (in other respects setting up the ir device in SUSE 10.1 is very similar to 10.0). 
 
Thanks again, 
 
Martin

metadata block
see also:

 

Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

cover Build Your Own High-performance Gamers' Mod PC (Build Your Own S.).

Commercial Software Shop

Where I can, I have put links to Amazon for commercial software, not directly related to the software project, but related to the subject being discussed, click on the appropriate country flag to get more details of the software or to buy it from them.

 

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2023 Martin John Baker - All rights reserved - privacy policy.