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)
Infrastructure & Operations
RelOps: Puppet
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)"
}
]
}
},
Assignee | ||
Comment 1•5 years ago
|
||
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.
Description
•