Suggestion of "Restrictions".

It would be great if restriction offered some type of limit of time or planning to limit child accounts/material.

Also be great if you could link Parent Apple ID and Apple ID child in family, and adjust the settings (restrictions) online.

Apple has a Web site for the entry like this...

Which can be better submitted to the "iCloud" section, because that's where family sharing is managed and could be an improvement for her.

http://www.Apple.com/feedback/iCloud.html

Tags: iPhone

Similar Questions

  • CSA REFUSE execution of the EXE, BUT DO NOT THE READ.

    We have V4.5.616 CSA

    I would like a rule which denies running the exe, but allows reads them.

    The rule I have for now denies both.

    If a user opens a directory that contains the reading part is triggered to exe, I want only the rule to trigger if they try to run, THERE IS A WAY?

    Thank you

    OK, so what you want is a rule that allows a list of directories of all files, but does not have one of them must be performed? You want to prevent users just run the executable file manually, or you want to restrict the set of the system of execution of their? Am I correct in that you are trying to protect a specific directory and not all on the disc?

    Create a new file defined, I suggest naming "restricted directories:

    Corresponding directories: (regardless of the directories you are trying to restrict)

    C:\Secret_Folder\**

    @ Fixed: \PathTo\AnotherDir\**

    @ removable:------*.

    \\Office1\Data\**

    @network: \Office Data\Programs\ *.

    Files:

    *.exe

    *.com

    *.cmd

    *. PIF

    *. SCR

    *.bat

    *. WSH

    *.vbs

    *.HTA

    Create a new class of Application, I suggest naming "shells execution queue.

    * \explorer.exe

    * \cmd.exe

    * \COMMAND.com

    * \taskmgr.exe

    Alternatively, you can simply use the 'Shell command' and 'MS explorer' if they are available, but I can't find any other classes that include "taskmgr.exe" (which can call executable files outside of the Windows Explorer).

    Now, create another class of Application, it will be "executable Directory-Restricted. Put "$Restricted folders" in the list.

    Then create a new control rule Application 'A' attempted in protected execution folder, with the following options:

    Take the following steps: refuse

    When

    The following applications in the selected classes: "run file shells.

    But not in one of the following classes selected: None

    attempt to run

    New applications in the following selected classes: "executable Directory-Restricted.

    But not in one of the following classes selected: None

  • Bugs or features of NoSQL create table

    Hi, I used the runadmin CLI command to create a pattern with several tables and child tables (create table), reflecting our logistics OAGIS model BO.

    The following clothe are bugs in runadmin, I think:

    * children tables have a key with the same name as the name of the key of one of their parents? Why?

    adding a few records (add-registration-field) of the same structure (structure to address typical e.g.a) only works for the first, for example postalAddress. When you add an invoiceAddress of the same type, the error "Unknown Exception: class org.apache.avro.SchemaParseException ' appears at the output. Children tables for that aid works. With the help of several records from a same simple structure works, and I think that the error occurs when the records have a field with the same name as the key of the table.

    * In addition, I miss a feature like - AutoNumber to use keys by default. It is available or planned or displaced in the application layer?

    Hello

    Some good questions.

    | * children tables have a key with the same name as the name of the key of one of their parents? Why?

    As you are suggesting this restriction exists only for the fields that are part of the primary key.  A key field in a child table may have the same name as a key field in the parent.  This restriction makes a number of simpler and more efficient internal implementation details.  Do you have a use case where it is annoying?

    | adding a few records (add-registration-field) of the same structure (structure to address typical e.g.a) only works for the first, for example postalAddress. When you add an invoiceAddress of the same type, the error "Unknown Exception: class org.apache.avro.SchemaParseException ' appears at the output. Children tables for that aid works. With the help of several records from a same simple structure works, and I think that the error occurs when the records have a field with the same name as the key of the table.

    A specific example of this behavior would be helpful.  It may be a bug.

    | * In addition, I miss a feature like - AutoNumber to use keys by default. It is available or planned or displaced in the application layer?

    It is the responsibility of the application.

    Kind regards

    George

  • Integrated form of oracle question

    Hello

    We are currently working on a solution that integrates an existing forms(11g) oracle application in a container for jsp/adf and communicates via javascript with different elements on the page. I recently hit a problem when launching the application. Everything starts well, but when the departures of applet, I get an error FRM - 92190 Javascript is impossible to evaluate the expression. We had the fine for the month's work, but something has changed and I don't know what. I followed the problem down to the forms_ie.js that performs the following operations: (fails on the second line as it never finds an element called "form_plugin_info")
    /*
    ** FILE: forms_ie.js
    **
    ** This java script file gets included in the Forms Servlet template htm
    ** file basejpi.htm and webutil template htm file webutiljpi.htm.
    **
    ** Users who have customized replacements for these template htm files
    ** (basejpi.htm and webutiljpi.htm) should
    ** modify their customized template htm files and include this java script
    ** (similiar to the default template files).
    */
    
    var plugin_info = document.getElementById("forms_plugin_info");
    var jversion = plugin_info.getAttribute("plug_ver");
    var jcodebase = plugin_info.getAttribute("appcodebase");
    var jwidth = plugin_info.getAttribute("appwidth");
    var jheight = plugin_info.getAttribute("appheight");
    var name = plugin_info.getAttribute("appname");
    
    document.write('<object classid="' + jversion + '"\n');
    document.write('codebase="' + jcodebase + '"\n');
    document.write('WIDTH="' + jwidth + '"\n');
    document.write('HEIGHT="' + jheight + '"\n');
    document.write('HSPACE="0"\n');
    document.write('VSPACE="0"\n');
    document.write('ID="' + name + '" MAYSCRIPT>\n');
    This is the code for the creation of the applet in the page
    <OBJECT classid="clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA"
            codebase="http://java.sun.com/update/1.6.0/jinstall-6u10-windows-i586.cab#Version=1,6,0,39"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
            ID="forms_applet">
            <SCRIPT LANGUAGE="JavaScript" SRC="http://192.168.13.152:9001/forms/frmjscript/forms_ie.js"></SCRIPT> 
            <PARAM NAME="TYPE"       VALUE="application/x-java-applet;jpi-version=1.6.0"/>
            <PARAM NAME="CODEBASE"   VALUE="http://192.168.13.152:9001/forms/java"/>
            <PARAM NAME="CODE"       VALUE="oracle.forms.engine.Main" />
            <PARAM NAME="ARCHIVE"    VALUE="frmall.jar,locus_forms.jar,icons.jar,frmwebutil.jar,jacob.jar" />
            <PARAM NAME="serverURL" VALUE="http://192.168.13.152:9001/forms/lservlet?ifcfs=http://192.168.13.152:9001/forms/frmservlet?config=migrate&FORM=loginstart&ifsessid=formsapp.125&acceptLanguage=en-US,en;q=0.8"/>
            <PARAM NAME="networkRetries" VALUE="0"/>
            <PARAM NAME="serverArgs"
                   VALUE="escapeParams=true module=loginstart userid=  debug=no host= port= term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\fmrwebwcs.res"/>
            <PARAM NAME="separateFrame" VALUE="false"/>
            <PARAM NAME="splashScreen"  VALUE=""/>
            <PARAM NAME="background"  VALUE=""/>
            <PARAM NAME="lookAndFeel"  VALUE="oracle"/>
            <PARAM NAME="colorScheme"  VALUE="teal"/>
            <PARAM NAME="serverApp" VALUE="default"/>
            <PARAM NAME="logo" VALUE=""/>
            <PARAM NAME="imageBase" VALUE="codebase"/>
            <PARAM NAME="formsMessageListener" VALUE=""/>
            <PARAM NAME="recordFileName" VALUE=""/>
            <PARAM NAME="EndUserMonitoringEnabled" VALUE="false"/>
            <PARAM NAME="EndUserMonitoringURL" VALUE=""/>
            <PARAM NAME="heartBeat" VALUE=""/>
            <PARAM NAME="MaxEventWait" VALUE=""/>
            <PARAM NAME="allowAlertClipboard" VALUE="true"/>
            <PARAM NAME="disableValidateClipboard" VALUE="false"/>
            <PARAM NAME="enableJavascriptEvent" VALUE="true"/>
            <PARAM NAME="MAYSCRIPT" VALUE="true"/>
            <PARAM NAME="digitSubstitution" VALUE="context"/>
            <PARAM NAME="legacy_lifecycle" VALUE="false"/>
            <PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false"/>
            <PARAM NAME="highContrast" VALUE="false"/>
            <PARAM NAME="disableMDIScrollbars" VALUE=""/>
            <PARAM NAME="clientDPI" VALUE=""/>
            <!-- Params specific to webutil -->
            <PARAM NAME="WebUtilLogging" VALUE="on"/>
            <PARAM NAME="WebUtilLoggingDetail" VALUE="normal"/>
            <PARAM NAME="WebUtilErrorMode" VALUE="Alert"/>
            <PARAM NAME="WebUtilDispatchMonitorInterval" VALUE="5"/>
            <PARAM NAME="WebUtilTrustInternal" VALUE="true"/>
            <PARAM NAME="WebUtilMaxTransferSize" VALUE="1048576"/>
            <PARAM name="applet_stop_timeout" value="800"/>
    <COMMENT>
    <EMBED  id="forms_applet"
            SRC="" PLUGINSPAGE="http://javadl.sun.com/webapps/download/GetFile/1.6.0_10-b33/windows-i586/xpiinstall.exe"
            CODE="forms_applet"
            TYPE="application/x-java-applet"
            java_codebase="http://192.168.13.152:9001/forms/java"
            java_code="oracle.forms.engine.Main"
            java_archive="frmall.jar,locus_forms.jar,icons.jar,frmwebutil.jar,jacob.jar"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
            NAME="forms_applet"
            serverURL="http://192.168.13.152:9001/forms/lservlet?ifcfs=http://192.168.13.152:9001/forms/frmservlet?config=migrate&FORM=loginstart&ifsessid=formsapp.125&acceptLanguage=en-US,en;q=0.8"
            networkRetries="0"
            serverArgs="escapeParams=true module=loginstart userid=  debug=no host= port= term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\fmrwebwcs.res"
            separateFrame="false"
            splashScreen=""
            background=""
            lookAndFeel="oracle"
            colorScheme="teal"
            serverApp="default"
            logo=""
            imageBase="codebase"
            recordFileName=""
            EndUserMonitoringEnabled="false"
            EndUserMonitoringURL=""
            heartBeat=""
            MaxEventWait=""
            allowAlertClipboard="true"
            disableValidateClipboard="false"
            enableJavascriptEvent="true"
            MAYSCRIPT="true"
            digitSubstitution="context"
            legacy_lifecycle="false"
            JavaScriptBlocksHeartBeat="false"
            highContrast="false"
            disableMDIScrollbars=""
            clientDPI=""
            WebUtilLogging="on"
            WebUtilLoggingDetail="normal"
            WebUtilErrormode="Alert"
            WebUtilDispatchMonitorInterval="5"
            WebUtilTrustInternal="true"
            WebUtilMaxTransferSize="1048576"
            applet_stop_timeout="800"
    >
    </EMBED>
    </COMMENT>   
    </OBJECT>
    My question is what is the purpose of the forms_ie.js, should use us it when we do not run with the standard models htm and if we should how I change my code to include the latter.

    Thank you

    Neal

    Published by: nbyrne76 on February 18, 2013 03:12

    The reason why the java script (js) files have been added was the result of a change being implemented by browser vendors (Microsoft in this case). Without going into deep detail, the addition of these files was necessary in order to obtain the forms applet to load after that some restrictions have been added to IE. It was suggested that restrictions that cause once the need for these files has been deleted or modified. As a result, he peut+ _ be possible to remove these files and their references.  Oracle is looking into this possibility, but currently has not completed any formal test to prove if they are no longer needed.

    Feel free to remove them and make the appropriate changes to the corresponding model html files. Test drive it and let us know what you find. ;)

    Don't forget that since a Support of Oracle, view, delete these files and change this part of the model may not be considered "sustained."

  • What is the virtual machine backdoor?

    I fell on what we call a back door virtual machine by reading the following blog post: http://virtualfoundry.blogspot.com/2009/04/protect-console-virtual-firewall.html

    He says the following:

    While you're there, go ahead and disable the virtual computer is backdoor by adding this directive:

    monitor_control.restrict_backdoor = 'true '.

    What is this backdoor? Should I add this command to all my virtual machines?

    Thank you

    The backdoor is a channel of communication between the client and the hypervisor.  It allows guests to enjoy the hypercalls on the hypervisor.   Despite the scary name, it is not a security issue in and of itself, although there is always the possibility a hypercall implementations allows a kind of safety operating.  The backdoor of VMware is implemented as an operation of e/s to a specific port address.  The games instructions VT - x and AMD - V also provides a hypercall mechanism, but we still use the inheritance mechanism, because it is supported by all of our hypervisors, regardless of the underlying implementation.

    The 'monitor_control.restrict_backdoor' configuration option does not disable the door entirely.  As its name suggests, it restricts the use of the backdoor.  In particular, they only allow the guest to use the backdoor when the IOPL prompt > = his CPL.  In general, this means that the client must be running code monitoring, such as the core OS guest, clocked at CPL 0.  (There are some notable exceptions, such as Linux X server, which takes place in CPL 3 with 3 IOPL.)

    When you run a nested VMs, the backdoor should be limited in the external virtual machine if you want to be able to make the inner virtual machine to the hypervisor inner hypercalls.  Otherwise, hypercalls made the inner virtual machine will be provided by the external hypervisor.  If you don't care to install VMware Tools in the virtual machine internal, you don't have to restrict the backdoor into the external virtual machine.

  • Close-up on iTunes Radio AND Search Suggestions MAY NOT BE RESTRICTED for CHILDREN on iOS 9.2.1 AND IS UNSAFE FOR CHILDREN

    Hello

    Even when I block everything under 'Settings' and 'Général' and 'Restrictions', my children can still access content inappropriate through "Spotlight Search Suggestions" on the search bar on my iPhone or see inappropriate suggestions illustrations Album and research through "iTunes Radio.  These two parts of UNLOCKED iPhone need to be blocked.  Please Apple, help my children and I have a secure environment on my iPhone without interference from portions of UNLOCKED the iPhone iOS.  Please do not many of us have to go to a national broadcasting network to announce that the iPhone IS NOT safe for CHILDREN and cannot NOT BE SMALL.

    I guess you have to monitor the activities of your children yourself.

  • Restrictions keep the reset music to "clean up".

    I bought an iPod a few years ago, when I became a Zumba instructor, because I thought it would be the best way to manage the music for my class.  But it's extremely annoying (not to mention embarrassing) when the iPod fails a song and I have to stop class to reset my limitations.  Restrictions must be set ON, or I can't make the change to allow explicit songs.  This has been a problem for years, so I don't know what iOS I had when it started, but I've got 9.3.3 now.
    Any suggestions?  What should I be on the lookout for that may be the cause?  It happens constantly.  I live in Switzerland, but it happens when I'm in the States too.  Today, I changed the option of "rating for" of Switzerland in the United States, so perhaps that will do something. ?

    Try:

    -Reset the device iOS. Nothing will be lost

    Device iOS Reset: Hold down the On / Off button and the Home button at the same time for to

    ten seconds, until the Apple logo appears.

    Unsync/delete all the music and Resync

    To remove all music go to settings > general > use > storage > storage management > music > tap Edit in the top-right, then press the sign less than all music

    -Reset all settings

    Go to settings > general > Reset and tap reset all settings.

    All your preferences and settings are reset. Information (such as your contacts and calendars) and media (such as songs and videos) are not affected.

    -Restore from backup. See:

    Restore your device from an iCloud or iTunes backup - Apple Support

    https://support.Apple.com/en-us/HT204184

    -Restore factory settings/new iOS device.

    If still problem, make an appointment at an Apple store Genius Bar because it appears that you have a hardware problem.

    Shop Apple Store - Genius Bar

    https://www.Apple.com/retail/Geniusbar/

  • Infinite loop - Restrictions PIN forgotten, can't stop to find my iPhone for restoration

    I have an iPhone 6 for my children. I forgot the PIN code for restrictions affecting. When you make selections for the restrictions, I put it that nobody could change anything without my PIN entry for restrictions. So, it would mean that 'Find my iPhone' cannot be disabled without knowledge of the PIN for restrictions.

    The easy solution is to restore the phone. However, in order to restore the phone, I received instruction to turn off "find my iPhone". So, I'm stuck in an infinite loop. I've seen several recovery programs, but some lead to links that were not there, others have asked me to pay for the program, and others seemed questionable.

    Any suggestions would be welcome. Thank you.

    You have to force into recovery mode to restore.

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

  • Web site restrictions

    I'M frustrated by the restrictions of the iOS. I have site limitation to limit adult sites that does. But if you're looking for * with Google in safari, click the video menu or image, there is *.  It must block all. Any suggestions?

    Sorry TV have no Safari (you're in the TV Using forum).

    If you use Mac to iDevice then connect to Google and change the settings.

    Search Google is not an Apple product.

  • Reset iPhone when restrictions are on

    My son iPhone 5s has lit restrictions and in the House, no one knows what is the password!

    The phone uses my husbands iTunes account, but the App Store is not available on this subject, probably because of the restriction settings.

    We try reset the phone to access the App Store but find my phone is on and we don't seem to be able to disable it without the password.

    The password is not the same as the password for iTunes.

    The problem existed before the current iOS has been downloaded, but it works now on iOS 9.2.1

    How can the phone be reset if we do not know the password for restrictions?

    Thanks for your suggestions you have.

    Connection to any computer iCloud.com, locate the phone, then delete it. Once this is done, you will need to configure the phone as a new device, you cannot restore backup, as restriction code is included in the backup of the iPhone.

  • Suggestions of Spotlight/Safari limited region?

    Hello

    I am based in Prague, Czech Republic, and recently I was in Australia, where I got a notification on my Macbook Pro and an iPhone 5 that Safari and Spotlight now support quick suggestions and etc (in iOS new updates, locations nearest you, navigation etc.; in Safari Web sites (, the auto-suggéré and etc..).

    It worked perfectly, but now I have come back to the Czech Republic and characteristics disappeared again. Safari suggests no more these convenient Web site suggestions, iOS spotlight doesn't show any information outside the proposed applications. Nothing at all.

    I have trouble believing this would be due to restrictions in the region - example website suggestions? What's wrong in having them available everywhere?

    Anyone could shed some light on this?

    Thank you.

    Hi Ollie, there.

    Welcome to Apple Support communities.

    From what I understand, you recently visited the Australia and noticed that some features on your devices are not available more since his return to the Czech Republic. Apparently not that Spotlight Suggestion functions you describe are not available in Czech Republic. You can find more information on the availability of features in iOS and OS X here:

    9 availability of features - Apple iOS

    Apple OS X - availability of a feature.

    Take care.

  • New bug password and restrictions of ATV

    Bugs in the new Apple TV are driving me crazy! I got the 2nd Gen (a first for black) because they were released and I love it. Since my children are pretty old to analyze and find money for distance, I had enabled restriction. When I implemented the new ATV I activated just like my other two ATV last gen. Immediately, I noticed a problem with the new system. The old ATV would encourage the code 4 digit (which is defined during activation of the restrictions) whenever I would try to play the media above the permitted level or make a new purchase. It is a quick and simple solution that prevented kid "accidental" purchases or posting unauthorized action films by children. The code was particularly easy to enter when using the Remote app on any of my iOS devices.

    The new ATV however is constantly prompting me for my full iTunes connection whenever I play all media, same appreciation G movies I already own. The worst thing is that because the existing Remote app is not supported by the new ATV, I have to enter my really long iTunes password and complex by using the new remote control and the line of alphabet silly interface. I tried to disable the restrictions affecting everything back any permit setting but she always asking my password whenever something is played. The password is set to never ask, but it seems not to matter. The only way I could solve the problem is to reset the ATV and set it up again from scratch. Of course, this resulted quickly in several 'accidental' purchases on the road to Crossy.

    I hope that a new remote iOS app is coming soon and that they will in the company touchID. With the families of sharing and permission requests that can be sent to the parent's phone, it would be great if the same might work for mountain BIKING. I LOVE apple products and the ATV but it is a deal breaker for me.

    It is a bad user experience I've resorted to dive into my old (3rd generation) ATV up to what an update is published.

    Being a community from user to user, Apple will not read your comments, but if you have any suggestions that you think might improve Apple TV you can send your feedback here at Apple

  • Are there problems or restrictions with Xbox in the former CIS countries?

    Are there problems or restrictions with Xbox in the former CIS countries?

    Hello

    Your Question is beyond the scope of this community...

    I suggest that repost you in the Xbox Forums.

    "Xbox a Preview program FAQ.

    http://support.Xbox.com/en-us/Xbox-one/system/Xbox-update-preview-FAQ

    'Home'

    http://forums.Xbox.com/

    "Xbox forums.

    http://forums.Xbox.com/xbox_forums/general_discussion/f/3817.aspx

    _________________________________________________

    "Xbox Forums directory.

    http://www.Xbox.com/en-us/forums

    General

    Material & Discussion Services

    Xbox support
    Agent hours: M - F 09:00-17:00 PT

    Law enforcement forums

    Technical support of Xbox Live rewards
    Xbox Live rewards Squad hours: M - F 09:00-17: 00 PST

    See you soon.

  • I restricted to a drive to access by others.now I want to remove the restriction.i am not able to do.

    I restricted to a drive to access by others.now I want to remove the restriction.i am not able to do.

    Hi nagendrasharmanarayanam,

    1. what operating system do you use?
    2. What is the exact error message you get when you try to access the drive?
    3. How is - that prevent you the user from accessing the drive?
    4. what kind of Player do you use internal or external?
    5. When you say than any other user, do you mean an another user account on your computer?

    I suggest you try the steps from the following link and see if that helps.

    What to know before applying permissions to a file or folder
    http://Windows.Microsoft.com/en-us/Windows7/what-to-know-before-applying-permissions-to-a-file-or-folder

  • I try to print to another computer connected but I get the following massage: this operation has been cancelled due to restrictions in effect on this computer.what must therefore be

    If I always try sharing printer on another computer error and get the massage "this operation has been cancelled due to restrictions in effect on this computer"., I have so confiuse and little dizzy... What can I do to solve this problem

    Hi Miknugraha,

    Welcome to the Microsoft Community and thanks for posting the question.

    According to the description provided, its looks like you are unable to share the printer, it would be great if you can answer these questions to help you further.

    1. have you made changes on the computer before this problem?

    2. is it a security software installed on your computer?

    I suggest you to see the steps in the following Microsoft article:

    How to use Windows XP to share a printer with other people on your network: http://technet.microsoft.com/en-us/library/bb457001.aspx

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

Maybe you are looking for

  • Good popups works not while the popup blocker is disabled

    I have several popup that I need to open. These pop-up windows - up connection us.battle.net not give me opportunity to put in user name or password. and my popup jobs to view my pay check or edit information that I need to change does not work. My f

  • Vista SP3?

    A few days ago I noticed that Vista has shown that SP3 installed. I tried to install SP2 (for the 1st time) but the system said: "a newer version of Windows Vista Service Pack 2 is already installed." That's all.Interesting that Windows Update has no

  • What do you do when you receive a consistent message on a disk space?

    What do you do when you receive a consistent message on a disk space? Moved from the community involvement Center Original title: * E-mail address is removed from the privacy *

  • Why Microsoft are not

    Why Microsoft does not make a new version of windows xp and make it innovative, modern design and it may appoint windows xp super and make windows xp stay supported and wanted by the people because of its new design and functionality that you will ad

  • File associations for Power Point presentation

    I'm opening a PowerPoint file attached to an e-mail.  I get the following error. C:Users\Joyce\AppData\Local\Microsoft\Windows\TemporaryInternetFiles\Content.IE5\1MZ5...This file does not have a program associated with it for performing this action.