forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite530be2
committed
Do not allow removal of superuser privileges from bootstrap user.
A bootstrap user who is not a superuser will still own manyimportant system objects, such as the pg_catalog schema, thatwill likely allow that user to regain superuser status. Therefore,allowing the superuser property to be removed from the superusercreates a false perception of security where none exists.Although removing superuser from the bootstrap user is also a bad ideaand should be considered unsupported in all released versions, noback-patch, as this is a behavior change.Discussion:http://postgr.es/m/CA+TgmoZirCwArJms_fgvLBFrC6b=HdxmG7iAhv+kt_=NBA7tEw@mail.gmail.com1 parentf929441 commite530be2
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 |
| - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
697 | 704 |
| |
698 | 705 |
| |
699 | 706 |
| |
|
0 commit comments
Comments
(0)