How to restrict access to one of a component within a stream

Hi,
I have a stream with 2 components in it.
- I want "User 1" should be able to write and read to "Component 1", however "User 2" should only be able to read and NOT write/upload to "Component 1".
- "User 1" and "User 2" should be able to read and write to "Component 2".
Please let me know how to achieve this.
Comments
Pravin Patil
Feb 18 '15, 3:25 p.m.Here is what I tried,
Evan Hughes
JAZZ DEVELOPER Feb 18 '15, 3:32 p.m.What role did you add the precondition to? That advisor should be configured for 'Everyone'.
Pravin Patil
Feb 18 '15, 3:59 p.m.Precondition now looks like -
Pravin Patil
Feb 18 '15, 4:04 p.m.Thanks Evan, this worked!