Fossil SCM

Restrict the process further now that these are no longer required in status command.

andybradford 2018-01-20 20:47 UTC pledge-additions
Commit 36c76a13da636fc86978e5121226cd32203570831eff0da5467383697eb17dc5
1 file changed +2
--- src/checkin.c
+++ src/checkin.c
@@ -551,10 +551,12 @@
551551
if( vid ){
552552
show_common_info(vid, "checkout:", 1, 1);
553553
}
554554
db_record_repository_filename(0);
555555
}
556
+
557
+ fossil_pledge("stdio rpath flock tty");
556558
557559
/* Find and print all requested changes. */
558560
blob_zero(&report);
559561
status_report(&report, flags);
560562
if( blob_size(&report) ){
561563
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button