Enable Polyinstantiated /tmp and /var/tmp directories by default
Summary
Polyinstantiation of temperary directories is a pro-active security measure, which reduced chances of attacks caused due to the /tmp and /var/tmp directories being world-writable. These include flaws caused by predictive temp. file names, race conditions due to symbolic links etc.
Owner
- Name: Huzaifa Sidhpurwala
- Email: huzaifas@redhat.com
Current status
- Targeted release: Fedora 22
- Last updated: 05-09-2014
Detailed Description
The basic idea is to provide better security to Fedora installs. Though Polyinstantiated /tmp has worked since Fedora 19, its not a single step process to configure it. Secondly people dont really understand its benifits. Because of this having it on by default makes more sense. It is completely transparent to the user, they wont even realize that it has been enabled.
The Red Hat Product Security Team assigns CWE ids to severe flaws (CVSSv2 > 7). Here is a list of severe flaws caused by insecure tmp files
Benefit to Fedora
As mentioned earlier main benefit is to provide more security to the underlying platform with minimum changes.
Scope
- Proposal owners:
No work required to be done by proposal owner.
- Other developers:
- Add /tmp-inst and /var/tmp/tmp-inst to filesystem. (packagename: filesystem)
- Enable namespaces in /etc/security/namespace.conf (packagename: PAM)
- Enable proper selinux context and polyinstantiation_enabled boolean to be set (packagename: selinux-policy-targeted or selinux-policy)
Upgrade/compatibility impact
Everything should continue to work as normal after upgrade.
How To Test
- No special hardware is required.
- Install Fedora 22, with the changes incorporated in the above mentioned packages, create a non-root user, check if everything works as normal.
- Create another user, login as the second user, create some files in /tmp and see if the first user is able to see it.
- Repeat the above step for /var/tmp
User Experience
No change is user experience, its is completely transparent to the user.
Contingency Plan
- Contingency mechanism: Roll back to non poly tmp, if something critical does not work
- Contingency deadline: Beta freeze
- Blocks release? No
Documentation
- https://www.ibm.com/developerworks/library/l-polyinstantiation/
- http://www.coker.com.au/selinux/talks/sage-2006/PolyInstantiatedDirectories.html
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/polyinstantiated-directories.html