Changeset 1919 for trunk/server/fedora/config/etc
- Timestamp:
- Jun 28, 2011, 2:45:06 PM (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/yum/post-actions/statoverride.action
r1918 r1919 1 #action_key:transaction_state:command2 # action_key can be: pkgglob, /path/to/file (wildcards allowed)3 # transaction_state can be: install,update,remove,any4 # command can be: any shell command5 # the following variables are allowed to be passed to any command:6 # $name - package name7 # $arch - package arch8 # $ver - package version9 # $rel - package release10 # $epoch - package epoch11 # $repoid - package repository id12 # $state - text string of state of the package in the transaction set13 #14 # file matches cannot be used with removes b/c we don't have the info available15 1 /bin/cgexec:any:chmod -f ug-s /bin/cgexec 16 2 /bin/fusermount:any:chmod -f ug-s /bin/fusermount … … 18 4 /bin/su:any:chmod -f ug-s /bin/su 19 5 /bin/umount:any:chmod -f ug-s /bin/umount 6 /sbin/mount.nfs:any:chmod -f ug-s /sbin/mount.nfs 20 7 /sbin/netreport:any:chmod -f ug-s /sbin/netreport 21 8 /usr/bin/chage:any:chmod -f ug-s /usr/bin/chage
Note: See TracChangeset
for help on using the changeset viewer.