Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Restrict the process further now that these are no longer required in status command. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | pledge-additions |
Files: | files | file ages | folders |
SHA3-256: |
36c76a13da636fc86978e5121226cd32 |
User & Date: | andybradford 2018-01-20 20:47:07.648 |
Context
2018-01-22
| ||
03:01 | Merge in recent fixes from trunk. ... (check-in: c0f94f69 user: andybradford tags: pledge-additions) | |
2018-01-20
| ||
20:47 | Restrict the process further now that these are no longer required in status command. ... (check-in: 36c76a13 user: andybradford tags: pledge-additions) | |
20:46 | It isn't necessary to allow id either for the status command as nobody should be trying to setuid. ... (check-in: 866f92fa user: andybradford tags: pledge-additions) | |
Changes
Changes to src/checkin.c.
︙ | ︙ | |||
549 550 551 552 553 554 555 556 557 558 559 560 561 562 | fossil_print("config-db: %s\n", g.zConfigDbName); } if( vid ){ show_common_info(vid, "checkout:", 1, 1); } db_record_repository_filename(0); } /* Find and print all requested changes. */ blob_zero(&report); status_report(&report, flags); if( blob_size(&report) ){ if( showHdr ){ fossil_print("Changes for %s at %s:\n", db_get("project-name", "???"), | > > | 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 | fossil_print("config-db: %s\n", g.zConfigDbName); } if( vid ){ show_common_info(vid, "checkout:", 1, 1); } db_record_repository_filename(0); } fossil_pledge("stdio rpath flock tty"); /* Find and print all requested changes. */ blob_zero(&report); status_report(&report, flags); if( blob_size(&report) ){ if( showHdr ){ fossil_print("Changes for %s at %s:\n", db_get("project-name", "???"), |
︙ | ︙ |