Talk:System Integrity Protection
Appearance
This is the talk page for discussing improvements to the System Integrity Protection article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
![]() | This article has not yet been rated on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
|
See also
@Widefox: I don’t think the list is currently all that useful. The order doesn’t make much sense (not alphabetical, not general > specific) and I miss a bit of information on what these articles are about. When I started the section I thought it would be good to list some general topics first and then similar implementations on other systems (e.g. UAC).–Totie (talk) 20:46, 4 October 2015 (UTC)
- They are now sorted ab, per WP:SEEALSO. Some are quite important as they're similar on other platforms. Widefox; talk 21:01, 4 October 2015 (UTC)
- You know that, but many readers probably don’t. Maybe add a short note per WP:SEEALSO?–Totie (talk) 21:07, 4 October 2015 (UTC)
List of protected directories correct?
Are we sure the list of protected directories is accurate? According to my testing, /tmp is freely writeable in 10.11.3. Kurt (talk) 20:47, 5 February 2016 (UTC)
- /tmp isn't a directory, so it definitely doesn't belong in a list of protected directories. It's a symbolic link to /private/tmp; the symbolic link is protected, but /private/tmp is not protected (and you'd break tons of software if you made it protected). I've fixed the list. Guy Harris (talk) 21:02, 5 February 2016 (UTC)
According to Apple /etc
and /var
are not protected in El Capitan. --Loopkid (talk) 00:21, 22 February 2016 (UTC)
- Same story - /etc and /var are symlinks to directories in /private; the symlinks are protected by the target directories aren't. Guy Harris (talk) 00:34, 22 February 2016 (UTC)