Finder "All Images", "All Pictures" available to all users! How to prevent?

Whatever the User (even Users non Administrator and with Parental Control) can see ALL pictures in Computer by accessing the "All Images" icon in Finder. How to prevent this? What have I done wrong as I believe in the past this did not happen?

Did you alter the permissions on your home folder?
Where are the pictures located? Your home folder is visible to all users because they need to see into your Public folder. The other folders inside your home folder are protected (Documents, Pictures, etc.)
However, if you make a folder directly inside the home folder, it is visible to everyone since it has same permissions as the home folder itself.

Similar Messages

  • [SOLVED] Find all users with a MAILTO option in their crontab

    Anyone know if this is possible? I have a script that lists all scheduled cronjobs but I need to find out which users have email notifications configured.
    If anyone else wants it, here is the script I use to check all user's crontabs. I did not write this.. just found it a while back.
    #!/bin/bash
    # System-wide crontab file and cron job directory. Change these for your system.
    CRONTAB='/etc/crontab'
    CRONDIR='/etc/cron.d'
    # Single tab character. Annoyingly necessary.
    tab=$(echo -en "\t")
    # Given a stream of crontab lines, exclude non-cron job lines, replace
    # whitespace characters with a single space, and remove any spaces from the
    # beginning of each line.
    function clean_cron_lines() {
    while read line ; do
    echo "${line}" |
    egrep --invert-match '^($|\s*#|\s*[[:alnum:]_]+=)' |
    sed --regexp-extended "s/\s+/ /g" |
    sed --regexp-extended "s/^ //"
    done;
    # Given a stream of cleaned crontab lines, echo any that don't include the
    # run-parts command, and for those that do, show each job file in the run-parts
    # directory as if it were scheduled explicitly.
    function lookup_run_parts() {
    while read line ; do
    match=$(echo "${line}" | egrep -o 'run-parts (-{1,2}\S+ )*\S+')
    if [[ -z "${match}" ]] ; then
    echo "${line}"
    else
    cron_fields=$(echo "${line}" | cut -f1-6 -d' ')
    cron_job_dir=$(echo "${match}" | awk '{print $NF}')
    if [[ -d "${cron_job_dir}" ]] ; then
    for cron_job_file in "${cron_job_dir}"/* ; do # */ <not a comment>
    [[ -f "${cron_job_file}" ]] && echo "${cron_fields} ${cron_job_file}"
    done
    fi
    fi
    done;
    # Temporary file for crontab lines.
    temp=$(mktemp) || exit 1
    # Add all of the jobs from the system-wide crontab file.
    cat "${CRONTAB}" | clean_cron_lines | lookup_run_parts >"${temp}"
    # Add all of the jobs from the system-wide cron directory.
    cat "${CRONDIR}"/* | clean_cron_lines >>"${temp}" # */ <not a comment>
    # Add each user's crontab (if it exists). Insert the user's name between the
    # five time fields and the command.
    while read user ; do
    crontab -l -u "${user}" 2>/dev/null |
    clean_cron_lines |
    sed --regexp-extended "s/^((\S+ +){5})(.+)$/\1${user} \3/" >>"${temp}"
    done < <(cut --fields=1 --delimiter=: /etc/passwd)
    # Output the collected crontab lines. Replace the single spaces between the
    # fields with tab characters, sort the lines by hour and minute, insert the
    # header line, and format the results as a table.
    cat "${temp}" |
    sed --regexp-extended "s/^(\S+) +(\S+) +(\S+) +(\S+) +(\S+) +(\S+) +(.*)$/\1\t\2\t\3\t\4\t\5\t\6\t\7/" |
    sort --numeric-sort --field-separator="${tab}" --key=2,1 |
    sed "1i\mi\th\td\tm\tw\tuser\tcommand" |
    column -s"${tab}" -t
    rm --force "${temp}"
    Last edited by thelastknowngod (2011-11-28 22:14:33)

    Perhaps I'm missing something here, but...
    grep -i MAILTO /var/spool/cron/*

  • XPRESS code to find all users with a specific Admin Role

    I've been playing around for a while with a way to get a list of all users that have been assigned a particular Admin Role. I have a role for which I want a specific subset of users to be approvers on it, and I want to greate a Rule that will check for people with a particular Admin Role and then return that list as people to be approvers on the role.
    I haven't been able to find an easy way to write this code. Anyone run across this before or have another suggestion???
    Thanks.

    Below is the code to find user based on condition.
    <set name='adminList'>
    <invoke name='getObjectNames' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    <s>User</s>
    <map>
    <s>conditions</s>
    <list>
    <new class='com.waveset.object.AttributeCondition'>
    <s>AdminRoles</s>
    <s>contains</s>
    <s>adminRoleName</s>
    </new>
    </list>
    </map>
    </invoke>
    </set>
    Edited by: Jay on Mar 7, 2012 4:03 AM

  • Find all users who have delegated items to me.

    i need a rule / something, by which i can find all the active delegations assigned to me on my end user screens.
    It may be from my manager , or from any other user.
    I checked the user object and noticed that only the person who delegates has the information stored, and nothing in my user object.
    Any recommendations would be aapreciated.

    It is not possible to accomplish this by using powershell. Easier one is to get the list of people who has access on something with below and do easier data manipulation in Excel :
    Get-Mailbox -Resultsize Unlimited | Get-MailboxPermission | ?{$_.isinherited -eq $False -and $_.user -notlike "*self*"} | select identity, user,accessrights
    [url=http://www.lepide.com/]Lepide[/url]

  • I need a SQL to find all users within OID

    Hi,
    I'm trying to find all usernames and last logon in OID and was thinking of two ways to do this.
    1. query OID with ldapsearch
    2. query LDAP schema in Oracle database.
    Any ideas on how to do this and what is the best way. If a sql in the database could solve this it would really be the best way for me.
    Regards
    Morten

    I did a:
    SELECT DISTINCT user_name
    FROM orasso.wwsso_audit_log_table_t
    WHERE action_code = 1001
    But this only gives me the users that have loged on to SSO.. I need all users even those who haven't loged on.
    All help will be really good.
    Regards

  • How to find all users in hyperion using ListUsers java file...

    hi..
    please can anyone let me know that how i can use the ListUsers.java file to list all users having account.
    i have created class file from above and try to run it in follwoing way...
    java ListUsers username passwd ipadd port(i use 6795 which reportsitory port)
    but it gives me error like ..
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sqribe/rm/ReportMartException
    can any one plese let me is thr anything i am doing wrong.. i m sure that class in java file is same as the one i am using..
    thanks in advance.

    hey u will ge getting dataset after execution of the excute command i will try to explain it
    PreparedStatementUtil preparedstatementutil = new PreparedStatementUtil();
    preparedstatementutil.setStatement(dataProvider, "select usr.usr_email from usr usr where usr.USR_Login=?");
    preparedstatementutil.setString(1, "TEST1");
    preparedstatementutil.execute();
    tcDataSet tcdataset = preparedstatementutil.getDataSet();
    UserEmailAddr = tcdataset.getString("usr_email");
    here you are getting the email address from the dataset after executing the execute statement.
    hope this helps you
    Regards
    VM

  • Query to find all users under specific MO: Security Profile (per_security_profiles)

    Hi Folks,
    Could you please help me out to get list of users under the selected MO: Secuirty Profile.
    Requirement:
    I have a parameter in which i can select MO: Security profiles those are under responsibility level. So based upon this parameter i need to populate all organizations under selected MO Security Profile and in third parameter i need to fetch all users which are under selected MO: Security Profile.
    So please help me to sort out this problem.

    Pl do not post duplicates - How to Fetch organizations under specific MO: Security Profile
    Pl continue the discussion in your original thread

  • Find all users with deleagtion

    Hello,
    I am looking for a powershell script that will report ( csv ) on all users with delegation in the O365 environment. Any help would be appreciated.

    Hey
    This can help you:
    http://community.spiceworks.com/topic/449787-exchange-2010-list-delegate-full-access-information-for-all-users
    Regards.

  • Find all users who does not have access to a shared mailbox.

    Hi all,
    We are in the proces of setting up a hybrid enviroment with our E2010 towards Office365. As part of that, we want to move several batches of users. The first bunch if users we move should not use any shared mailboxes etc. but how do I find
    those? I can see there are powershell scripts that find users who has a shared mailbox and then list the permission - but that is kind of the opposite than what I want :)
    Browsing manually through users is not practical either as we have 10000+ mailboxes at the moment.
    Hoping for a quick reply :)
    /Trev

    It is not possible to accomplish this by using powershell. Easier one is to get the list of people who has access on something with below and do easier data manipulation in Excel :
    Get-Mailbox -Resultsize Unlimited | Get-MailboxPermission | ?{$_.isinherited -eq $False -and $_.user -notlike "*self*"} | select identity, user,accessrights
    [url=http://www.lepide.com/]Lepide[/url]

  • Find all User Exits

    Hello Friends,
    I need to scan all the user exits and user Enhancements for a field. I can use the program - RPR_ABAP_SOURCE_SCAN.
    but my problem is using this program is how would i know all the user exits and Enanhancements.
    Any suggestions how can i find USER EXITS and all the CUSTOM ENAHANCEMENTS(Modifications).
    Please suggest.
    Thanks,
    BIOB

    Hey Suhas.
    I was able to up;oad and install it and it works great. A wonderful Tool and a must for everyone.
    Steps I followed.
    1 - Download the SAPLINK ZIP file - http://code.google.com/p/saplink/downloads/list
    2 - download the EXIt Scanner program based on ur system version
         http://code.google.com/p/abapexitrayeye/downloads/list
    3 - Goto SE38 and create a program using the file downloaded in STEP1
    4 - run the program created in STEP3 above.
    5 - upload the file from STEP2 above
    activate all the objects and the program is ready to use.
    At last, run ZSDN_EXIT_SCANNER by SE38 and... Scan'em All!
    BOB

  • Outlook 2010 not finding all users in the "To" line

    I have a user that has an issue with searching in the "To" line when sending an email.
    She has sent an email to this person before, and with most users, she can type first or last name and come up with the users. But there are a select few that she can only find by typing their last name. I understand that while she can still find the user
    under the last name, she is wanting to find the users by first name. I have removed cached mode, removed the cached email address and put it back in by sending a test email to the other person, but no luck, and I have gone in and found the user in the global
    address book (Which searches by last name) and nothing This user can only be found by last name. I have been told that she can only search by last name if it someone who is in our organization, and I verified that the person she is sending to is on our domain
    and is not an outside user.
    Is there something I am missing or can try so that I can fix this for the lady who wants it to be the same across the board, or is this something that she will unfortunately just have to deal with.
    Thanks,
    Carter

    Hi,
    After some research, I found that when we search for a recipient by the text we type in, auto-complete looks at the following fields:
    1.Display Name
    2.Primary SMTP E-mail address (i.e. [email protected])
    3.Exchange Alias (i.e. abc)
    4.legacyExchangeDN attribute in Active Directory
    Auto-complete does not search against any of the following criteria:
    1.First Name (if it is different from the display name, for example if the display name contained a nickname instead of the legal first name, which is listed in the recipients’ “first name” field in Active Directory)
    2.Last Name (unless one of the above four fields starts with the last name)
    3.Username (unless one of the above four fields starts with the username, or is set to match the username)
    Please add the recipient's name(especially first name as the sender need) to the display name of the local contact, this should work.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Find all user roles

    Hi guys. I have an easy question but i cant find it in the internet. Which view can show me what roles have been asigned to user?

    Junior Oracle DBA wrote:
    Hi guys. I have an easy question but i cant find it in the internet. Try the official Oracle documentation at tahiti.oracle.com. Drill down to your specific product and version and you will find a complete doc libarary. I'd bet on the Reference Manual. Also, there will be search tool.
    Which view can show me what roles have been asigned to user?Someone else has alread given you that fish. Hopefully I've given you a clue as to <b>how</b> to fish ... ;-)

  • Find all Office 365 users where calendar permissions on default user is not "NonEditingAuthor"

    Hi
    How do I make a Powershell script to find all users where calendar permissions on "default" user is not "NonEditingAuthor" in Office 365?
    Best Regards
    MSISOM

    Hi MSISOM,
    To export calendar permission on default user, please refer to this script:
    $rptCollection = @()
    $mailboxes = get-mailbox -ResultSize Unlimited
    $mailboxes | foreach-object{
    $alias = $_.alias + ":\Calendar"
    $displayName = $_.DisplayName
    write-host $alias
    $permissions = Get-MailboxFolderPermission $alias | Where-Object {$_.user.UserType.value -eq "Default"}
    if($permissions -ne $null){
    foreach($perms in $permissions){
    foreach($right in $perms.AccessRights){
    $rptCollection += New-Object psobject -Property @{
    "User" = $perms.User
    "Identity" = $perms.Identity
    "StringAccessRights" = $right}
    }$rptCollection
    The result is for your reference:
    Then you can filter the result with the cmdlet "where-object {}"
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Query to find all Debug profile & trace values on PO module

    Hi
    we are using oracle11i(11.5.10.2 on windows 2000 server)
    i want to know all debug & trace values for PO & workflow moule using query.
    is any one having idea regarding query?
    Thanks
    With Regards
    A-Z

    Please see these docs/threads.
    Problem with 11.5.10.2
    Problem with 11.5.10.2
    Query To Get Enabled Trace/Log/Debug Profile Options [ID 559618.1]
    Also, see this docs for the queries you can run to list the value of the profile options at all levels.
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Thanks,
    Hussein

  • Select all users of specific APEX Group

    Hello,
    do you know how I can find all users assigned to specific User Group?
    I know there is User Groups Assignments page in APEX Administration panel, but it's very weak. It shows only 500 records, and there is no search option. I also can't find APEX group view in APEX DB.
    I can check all groups of any user, I don't believe I can't check all users of any group.
    Regards,
    Przemek

    Hi Martin,
    thanks a lot! I needed sth similar, but I couldn't have found right views. Thanks to you now I can:
    Select GROUP_NAME, USER_NAME, FIRST_NAME, LAST_NAME from WWV_FLOW_USERS u, WWV_FLOW_GROUP_USERS g where g.USER_ID=u.USER_ID and UPPER(GROUP_NAME) like '%some_name%' order by USER_NAME
    Regards,
    Przemek

Maybe you are looking for

  • Events created on iPod touch don't sync to iCal

    I've been trying to sync events created on my iPod touch with my laptop iCal to no avail. I've called Apple customer service twice and they haven't been able to help. When I'm in iTunes, I designate the iCal calendar that I want touch-created events

  • Need to print a pdf on button click

    Hi, I need to do something similiar to what the code is doing below, except I need to create a button that when clicked will print a pdf. Not sure if it is better(easier) to add the pdf to my library and print that way or just upload the pdf to the s

  • Connecting to an Airplay device I loose my internet connectivity

    Am I doing something very wrong here? or does Airplay use my iPad's wireless connection rendering my very expensive iPad a very obsolete iPod? I bought a Libratone Zipp speaker (£400), for a family gift. Its a great bit of kit but remains completely

  • Create a PDF contact sheet - What is the PDF preset?

    Hello When I create contact sheet, it creats a pdf but I don't understand what is the pdf preset. Is it for screen? print? where can I see or change it if at all? thanks shlomit

  • How to create the Queues

    Please find the below scenarios 1) R/3(A system ) - >Client PI--->Server PI---->File1 2) R/3(B system) - >Client PI--->Server PI---->File2 In the above scenario the data transfer between through HTTS soap communications. While receiving the data at S