Disable default permissions that would break our privacy policy
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
dd5d253afe
commit
0d3d6838a2
1 changed files with 5 additions and 0 deletions
|
@ -15,3 +15,8 @@ do
|
|||
echo "Removing $line"
|
||||
ipa selfservice-del "$line"
|
||||
done
|
||||
|
||||
# Disable default permissions so we don't break our privacy policy
|
||||
ipa permission-mod "System: Read User Addressbook Attributes" --bindtype=permission
|
||||
|
||||
# TODO: Add custom permissions to grant specific access to user attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue