Closed Bug 1562074 Opened 5 years ago Closed 5 years ago

[Ronin Windows] Set permissions on C:\programdata\mozilla

Categories

(Infrastructure & Operations :: RelOps: Puppet, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: markco, Assigned: markco)

References

Details

{
"ComponentName": "ProgramData_Mozilla_AccessRights",
"ComponentType": "CommandRun",
"Comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1494048",
"Command": "icacls.exe",
"Arguments": [
"C:\ProgramData\Mozilla",
"/grant",
"Everyone:(OI)(CI)F"
],
"DependsOn": [
{
"ComponentType": "CommandRun",
"ComponentName": "maintenanceservice_install"
}
],
"Validate": {
"CommandsReturn": [
{
"Command": "icacls.exe",
"Arguments": [
"C:\ProgramData\Mozilla",
"/T"
],
"Match": "Everyone:(OI)(CI)(F)"
}
]
}
},

Blocks: 1559443
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.