Jump to content

Folder Attribute - Invisibilty


larryllix

Recommended Posts

This would be great for installers to protect certain programs from being changed or operated (think test or monitoring programs)

 

Another folder section with the folder enabling section. This would either grey out or make the folder invisible in the admin console.

This would also disable and/or lock out editing or make invisible  programs in the folder and the folder, to prevent user from meddling in installer installed  systems.

 

 

VISIBLE (defaults to true)

If

     $sDo_Not_Modify = 18214   <------becomes a password as this line wouldn't be visible without setting the variable to the correct value.

 

 

Some override/backdoor  from UDI would be necessary for the all-else-fails occasional.

Link to comment

If

   at 12:30 am

Then

     Set  $sDo_Not_Modify = 18214    <--- folder becomes visible and enabled.

     Wait 10 seconds

     Run (if) 'System_Intact_Test_and_Notify

     Wait 30 seconds

     Set  $sDo_Not_Modify = 0           <----folder disappears from admin console and is diasbled

Else

   ---

Link to comment

Like it! Not sure if UDI will add more functionality to the Admin Console at this point though.

 

What about the REST and SOAP API? Should it hide folder elements there as well?

 

What about event subscriptions? Should events from resources in hidden folder be hidden here?

 

What about directly calling a 'hidden' program via the REST API, should it execute?

 

Too many questions!

 

Like the generic idea though...

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...