Bug 4083

Summary: Inconsistency with permissions on /dev/pts
Product: [Retired] Red Hat Linux Reporter: Brian Ryner <bryner>
Component: devAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-17 03:35:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brian Ryner 1999-07-17 02:21:46 UTC
The RPM expects the permissions on /dev/pts (the directory,
not the devices inside it) to be 775.  However when it's
mounted, the permissions get changed to 755.  I haven't
figured out a way to stop mount from changing the directory
permissions.

Comment 1 Bill Nottingham 1999-07-17 03:35:59 UTC
you don't want mount to not change the permissions; it's
a security thing. (look in your /etc/fstab for where it gets changed.)
The permissions on the dir otherwise will be fixed in the next dev release.

Comment 2 openshift-github-bot 2017-05-04 00:11:08 UTC
Commit pushed to master at https://github.com/openshift/openshift-ansible

https://github.com/openshift/openshift-ansible/commit/6727bf7e98306dd841033d9900200647ab4a8ac3
Merge pull request #4085 from ewolinetz/pick_issue4083

Merged by openshift-bot