Fossil SCM
Restrict the process further now that these are no longer required in status command.
Commit
36c76a13da636fc86978e5121226cd32203570831eff0da5467383697eb17dc5
Parent
866f92faa9cf7e8…
1 file changed
+2
+2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -551,10 +551,12 @@ | ||
| 551 | 551 | if( vid ){ |
| 552 | 552 | show_common_info(vid, "checkout:", 1, 1); |
| 553 | 553 | } |
| 554 | 554 | db_record_repository_filename(0); |
| 555 | 555 | } |
| 556 | + | |
| 557 | + fossil_pledge("stdio rpath flock tty"); | |
| 556 | 558 | |
| 557 | 559 | /* Find and print all requested changes. */ |
| 558 | 560 | blob_zero(&report); |
| 559 | 561 | status_report(&report, flags); |
| 560 | 562 | if( blob_size(&report) ){ |
| 561 | 563 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -551,10 +551,12 @@ | |
| 551 | if( vid ){ |
| 552 | show_common_info(vid, "checkout:", 1, 1); |
| 553 | } |
| 554 | db_record_repository_filename(0); |
| 555 | } |
| 556 | |
| 557 | /* Find and print all requested changes. */ |
| 558 | blob_zero(&report); |
| 559 | status_report(&report, flags); |
| 560 | if( blob_size(&report) ){ |
| 561 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -551,10 +551,12 @@ | |
| 551 | if( vid ){ |
| 552 | show_common_info(vid, "checkout:", 1, 1); |
| 553 | } |
| 554 | db_record_repository_filename(0); |
| 555 | } |
| 556 | |
| 557 | fossil_pledge("stdio rpath flock tty"); |
| 558 | |
| 559 | /* Find and print all requested changes. */ |
| 560 | blob_zero(&report); |
| 561 | status_report(&report, flags); |
| 562 | if( blob_size(&report) ){ |
| 563 |