Jump to content

Talk:System Integrity Protection

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Guy Harris (talk | contribs) at 21:03, 5 February 2016 (That's a separate question; give it a separate section.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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)[reply]

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)[reply]
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)[reply]

/tmp a protected directory?

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)[reply]

/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)[reply]